Respuesta :
In Java, you would simply type:
Math.sqrt(25);
To print the square root of 25 to the console, you would type:
System.out.println(Math.sqrt(25));
I hope this helps!
In Java, you would simply type:
Math.sqrt(25);
To print the square root of 25 to the console, you would type:
System.out.println(Math.sqrt(25));
I hope this helps!