Jan 30, 2013

Program of Verses Area

/*Program of Verses Area*/

#include"stdio.h"
#include"conio.h"
void main()
{
clrscr();
float arm,Square_Area;
printf("Enter the Value of ARM");
scanf("%f",&arm);
Square_Area=arm*arm;
printf("The Area of Square is=%f",Square_Area);
getch();
}

No comments:

Post a Comment

Thank you for visit this site. You will get many programming news from here and learn programming very easily.

Popular Posts