Question 1
What does the Math class in Java provide?
Question 2
How is the method $Math.sqrt(25)$ best described?
Question 3
Which expression correctly finds the larger of $7$ and $12$?
Question 4
What is the result of $Math.abs(-9)$?
Question 5
Which statement best explains why $Math.pow(2, 3)$ is useful?