Menu
×
×
Correct!
Exercise:Fill in the missing parts to print the values
@(4) isCodingFun = true;
@(4) isFishTasty = false;
Console.WriteLine(@(11));
Console.WriteLine(@(11));
bool isCodingFun = true;
bool isFishTasty = false;
Console.WriteLine(isCodingFun);
Console.WriteLine(isFishTasty);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?