#include
#include
void main()
{
clrscr();
cout<<"enter value of x _";
int x,y;
cin>>x;
int sx=x*x;
int cx=x*x*x;
cout<<"\n squre of x is ==> "<
cin>>y;
int sy=y*y;
int cy=y*y*y;
cout<<"\n squre of y is ==> "<
}
this blog is for the new programmer in programing field...
0 comments:
Post a Comment