1
Answer

Hypotenuse

Ask a question
ahmed sami

ahmed sami

11y
6.7k
1
(Hypotenuse) Define a function hypotenuse that calculates the length of the hypotenuse of a right triangle when the other two sides are given. Use this function in a program to determine the length of the hypotenuse for each of the triangles shown below. The function should take two double arguments and return the hypotenuse as a double.

Answers (1)