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