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