Discussion:
Q: Create a program that solves the Pythagorean Theorem. Allow the user to input two of the three sides of a right triangle and the program will output the missing side, but most importantly, I want the program to also output the measures of the unknown angles in the triangle, using asin(), acos(), and atan().