| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Use the correct operator to increase the value of the variable  
int x = 10;
@(2)x;
 
int x = 10;
++x;
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 59 exercises.
Are you sure you want to continue?