Q:

Consdier the circle. The value of radius is the input through the keywbaords. write a program to calculate the area of circle

0

Consdier the circle. The value of radius is the input through the keywbaords. write a program to calculate the area of circle

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

#include <math.h>
main()
{
const bi=3.14;
float radius, area;
printf("Input values of radius \n");
scanf("%f %f %f", &radius);
area = bi*radius*radius ;
printf("\n\n the area of the circle is",area );
}
}

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now