RakshithS - PL 3
RakshithS - PL 3
float a,r;
printf("enter the r value:");
scanf("%f",&r);
a=3.14*r*r;
printf("area of circle is %f",a);
getch();
OUTPUT:
9. WAP to find
a. Volume of a sphere
b. Area of a sphere
c. Area of a square
d. Area of a Cylinder
e. Area of a Triangle
getch();
OUTPUT: