×
×
Correct!
Output
$i = 1;
@(5) ($i < 6) @(1)
echo $i;
$i++;
@(1)
$i = 1;
while ($i < 6) {
echo $i;
$i++;
}
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 47 exercises.
Are you sure you want to continue?