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