| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Use the correct method to find the square root of  
int x = 16;
Math.@(4)(x);
 
int x = 16;
Math.sqrt(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?