Write a function that will calculate the length of the hypotenuse of a right triangle. The function will take two real number parameters for the other two sides of the right triangle. The function will return the result it computes. Only write the function. you do not need to write main.