<<<
The Math.pow method
Index
The Math.max and Math.min methods
>>>
25. The Math.sqrt method
double
result = Math.sqrt(
20
.
25
);
// result is 4.5
<<<
The Math.pow method
Index
The Math.max and Math.min methods
>>>