Question: Write a C++ program that calculates the area of rectangle using a function called getAreaOfRectangle . You have been asked to add and implement three

Write a C++

program that calculates the

area of rectangle using a function called

getAreaOfRectangle

. You have been asked

to add and implement three more functions with following prototypes:

double getAreaOfCircle(double);

o

Will calculate and return the area of circle with the passed argument

radius

double getAreaOfTriangle( double, double);

o

Will calculate and return the area of triangle with the passed

arguments base and height

double getAreaOfSquare(double);

o

will calculate and return the area of the square with the passed side

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!