Menu
×
×
Correct!
Exercise:Fill in the missing parts to print the value
int x = 10;
int y = 9;
Console.WriteLine(x > y);
Not CorrectClick here to try again. Correct!Next ❯int x = 10; int y = 9; Console.WriteLine(); |