answersLogoWhite

0

#include<stdio.h>

#include<conio.h>

voidmain()

{

clrscr();

float r,s,area;

printf("enter the values of r:");

scanf("%d",&r);

printf("enter the values of s:");

scanf("%d",&s);

area=3.14*r*s

printf("the area of the cone is: %d",area);

getch();

}

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
ReneRene
Change my mind. I dare you.
Chat with Rene

Add your answer:

Earn +20 pts
Q: C program for volume of a cone?
Write your answer...
Submit
Still have questions?
magnify glass
imp