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 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
include iostream using namespace std int main double length width base height Input for rectangle co... View full answer
Get step-by-step solutions from verified subject matter experts
