write a program to find the area of square, rectangle and circle using formula function overloading.
Answers
Answered by
0
For a square or rectangle use (Length)(Width)=Area. For a circle use π(Diameter)=Area.
rockingstar16:
as if I don't know what to use for what
Similar questions