Saved Bookmarks
| 1. |
write a programme in C++ using function overloading to calculate area of circle, square, rectangle, right triangle |
|
Answer» STEP1:START Step2:ACCEPT side Step3:Area=26.5*26.5 Step4:PRINT Area Step5:STOP |
|