Question: Write a c++ program to calculate the area of rectangle and area of triangle Input for rectangle: length, width Input for triangle: base, height

Write a c++ program to calculate the area of rectangle and area

Write a c++ program to calculate the area of rectangle and area of triangle Input for rectangle: length, width Input for triangle: base, height .Out put Rectangle triangle Length = base= Width = height= Area = area =

Step by Step Solution

3.41 Rating (151 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

include iostream using namespace std int main double length width base height Input for rectangle co... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!