Menu
×
×
Correct!
Exercise:Create an
int x = 5;
int y = 10;
@(3) @(1) = x + y;
Console.WriteLine(@(1));
int x = 5;
int y = 10;
int z = x + y;
Console.WriteLine(z);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?