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