Using the Pythagorean theorem with Java
I’m trying to create this program that essentially solves the 3rd value of a right triangle. So the hypotenuse will always be 1, and one of the values (lets call it ‘x’) will be greater than or equal to -1 but less than or equal to 1. First, I created a loop to include all … Read more