Q.1 Write a program that accepts as input two sides of a right triangle. Solve for the length of the hypotenuse using the Pythagorean theorem, which states that the square of the hypotenuse is equal to the sum of the squares of the two sides, or $c^2 = a^2 + b^2$, where c is the hypotenuse. Display the length of all three sides.