Question: Write a C++ function that will measure the missing length of a side (hypotenuse) of a right triangle, given the lengths of the other two sides (side_x and side_y). The function should receive two integers as parameters and return the results as double precision number. Implement your function in a program, calling your function from withinmainand displaying the results in main.