Computer Science, asked by rajveer1241, 9 months ago

Write a program to calculate the area of a circle or volume of a cone

Answers

Answered by Aayushijha
1

Answer:

This program is used to find the volume and surface area of cone. The formula used in this program are surface_area =pi*r*(r+sqrt (r2+h2 )) volume =1/3 *pi*r2* h where r is the radius and h is the height of the cone & pi=22/7.

Follow me

Similar questions