| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Use the correct assignment operator that will result in  
x = 10;
y = 5;
x @(2) y;
 
x = 10;
y = 5;
x *= y;
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?