In a right triangle, the square of the length of one side is equal to the sum of
the squares of the lengths of the other two sides. Write a program that
prompts the user to enter the lengths of three sides of a triangle and then
outputs a message indicating whether the triangle is a right triangle.
You may name the program as you please, for example, "RightTriangleChecker.cpp"
Please make sure the program compiles and runs as it should!
CONTRIBUTING.md
In a right triangle, the square of the length of one side is equal to the sum of
the squares of the lengths of the other two sides. Write a program that
prompts the user to enter the lengths of three sides of a triangle and then
outputs a message indicating whether the triangle is a right triangle.
You may name the program as you please, for example, "RightTriangleChecker.cpp"
Please make sure the program compiles and runs as it should!
CONTRIBUTING.md