//pgm to find the area of a square
#include<iostream.h>
#include<conio.h>
void main()
{
float a,area;
clrscr();
cout<<"enter the side length of the square";
cin>>a;
area=a*a;
cout<<"area="<<area;
getch();
}
Please Click on ADS!!
Please Click on the above ads given by GOOGLE , so that I can maintain my blog!!
Tuesday, August 31, 2010
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment