Chapter 6: Problem 19
Define a function hypotenuse that calculates the hypotenuse of a right triangle when the other two sides are given. The function should take two double arguments Define a function hypotenuse that calculates the hypotenuse of a right triangle when the other two sides are given. The function should take two double arguments $$\begin{array}{lll} \text { Triangle } & \text { Side I } & \text { Side 2 } \\ \hline 1 & 3.0 & 4.0 \\ 2 & 5.0 & 12.0 \\ 3 & 8.0 & 15.0 \end{array}$$
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.