Programming

https://youtu.be/Ji9Za_HnfVs

What capabilities does the Math library provide?

  1. 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))
  2. Create a program that averages two numbers entered by the user.
    (Create Program in JAVA for averages two numbers entered (15 points))
  3. 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))