Question: Write a C++ function called Right_Triangle to calculate the perimeter (i.e., p) of the Right Triangle. The main function asks the user to input a
Write a C++ function called Right_Triangle to calculate the perimeter (i.e., p) of the Right Triangle. The main function asks the user to input a and b which are the lengths of the two legs of the triangle. Then the main function calls Right_Triangle (function) to calculate the perimeter. Finally, the main function displays the computed value.
Recall that P=a + b + a+6
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
