What is the result of executing following code?

$i = 4;
$j = 30;
$k = 0;
$k = $j++/$i++;
echo  $i . " " . $j . " " . $k . " ";
Explanation
Get an explanation when it's available:

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Keep exploring
PHP quizzes
Cosmo
Sign Up Now
or Subscribe for future quizzes