C++ > Algorithms
Area overloded
Area overloded #include
#include
#define phi 3.14 int area(int,int); float area(int); void main() { int a,b,c,cho; clrscr(); cout<<"\t What do you want to do?\n"; cout<<"1. area of rectangle"<
>cho; switch(cho) { case 1: cout<<"Enter lengt and breath (with white space):"; cin>>a>>b; cout<<"Area of RECTANGLE:"<
>c; cout<<"Area of CIRCLE:"<
C++ Codes
Algorithms
Beginners
Code Snippets
Graphics
Data Structures
Games
Mathematics
Miscellaneous