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