Design a Java program that determines the Hypotenuse or Area of a Right Triangle.
	
	
		Please need help got a homework assignment due tomorrow! 
Design a Java program that determines the Hypotenuse or Area of a Right Triangle.  The user should be prompted as to which
Calculation they want to perform (the Hypotenuse or Area), the length of side a, and side b of the right triangle.  
You can design the program to either perform one operation and stop, or can perform operations until the user chooses to stop.