In this problem, we are going to check if a triangle is a right triangle. Write a program that 1. Asks the length of the three sides 2. Lists the three sides in order 3. Outputs true if the triangle is a right triangle, outputs false otherwise. c