Question: write a program to calculate are of square, rectangle and square your program should have three functions as the following, 1. For circle> int area(int)
write a program to calculate are of square, rectangle and square your program should have three functions as the following, 1. For circle> int area(int) 2. For square>double area(double) 3. For rectangle .>double are (int, double) Use function overloading concept. Take 4 inputs from user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
