Page 1 of 1

Describe the purpose of a function. Explain its syntactical structure as well as how it is called. Provide an exampl

Posted: Mon Jul 11, 2022 9:55 am
by answerhappygod
Describe the purpose of a function. Explain itssyntactical structure as well as how it is called. Provide an example of a function that computes and returnsthe hypotenuse of a right triangle and inputs the two smaller sidesinto it. Make a call to the function and store thehypotenuse in a separate variable.