The Pythagorean theorem states that if a and b are the lengths of the legs of a right triangle and c is the length of the hypotenuse (the longest side), then a^2 + b^2 = c^2. Write a program that gets three numbers from the user and determines whether they could represent the sides of a right triangle.