/*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();
}
#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.