Question: Write a complete syntactically correct C++ program that computes and displays to two decimal places the hypotenuse of a right-angle triangle given the two numbers
Write a complete syntactically correct C++ program that computes and displays to two decimal places the hypotenuse of a right-angle triangle given the two numbers of legs named horizontal and vertical of the triangle. The program should include all the required libraries, declare the required variables, display a message to prompt the necessary input, read the required values from the keyboard, and use predefined library functions to compute the hypotenuse then display:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
