Question: Write a C++ program to calculate the area and perimeter of a right triangle once the user enters the base and height. Display the results
Write a C++ program to calculate the area and perimeter of a right triangle once the user enters the base and height.
Display the results using a variety of I/O manipulators, including:
setprecision( )
fixed
scientific
showpoint
setw( )
right
left
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
