Question: Write a program in C++ that accepts the base and height of a right-angle triangle from the user and displays the area of the triangle.
Write a program in C++ that accepts the base and height of a right-angle triangle from the user and displays the area of the triangle.
(Hint: Formula for area of right angle triangle = (base*height)/2)
Step by Step Solution
3.42 Rating (177 Votes )
There are 3 Steps involved in it
Solution Code and output include include using name... View full answer
Get step-by-step solutions from verified subject matter experts
