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