×
×
Correct!
Fill in the missing parts to print the value
int x = 10;
int y = 9;
System.out.println(@(1) @(1) @(1));
int x = 10;
int y = 9;
System.out.println(x > y);
int x = 10;
int y = 9;
System.out.println(y < x);
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 59 exercises.
Are you sure you want to continue?