Menu
×
×
Correct!
Exercise:Print
int i = 1;
@(5) (i < 6) {
printf("%d\n", i);
@(3);
}
int i = 1;
while (i < 6) {
printf("%d\n", i);
i++;
}
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 46 exercises.
Are you sure you want to continue?