What capabilities does the Math library provide?
- Solve the Raptor problems we did in Week 3 using NetBeans and Java.
(Create Name Program in Java that we did in Raptor in Week 3, creating the same in JAVA (10 points)) - Create a program that averages two numbers entered by the user.
(Create Program in JAVA for averages two numbers entered (15 points)) - Given two sides of a right triangle calculate the hypotenuse. Hint: Use the Math.hypot() method.
(Create Program in JAVA for Given two sides of a right triangle calculate the hypotenuse (15 Points))