| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Print "Hello World" if  
int x = 50;
int y = 10;
@(2) (x @(1) y) {
  System.out.println("Hello World");
}
 
int x = 50;
int y = 10;
if (x > y) {
  System.out.println("Hello World");
}
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 59 exercises.
Are you sure you want to continue?