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