#include <stdio.h>
int main()
{
int radius;
float pie=3.14,area;
printf("what is the radius of the circle \n");
scanf("%d",&radius);
area=pie*radius*radius;
printf("the area of circle is %f",area);
return 0;
}
PROGRAM LIST TO BECOME PRO IN C 😍😍😍 PRACTICE SETS UNIT -1 👇 IN...
No comments:
Post a Comment