Computer Science, asked by pratimakumari282006, 7 months ago

write a program to input the radius and height of a cylinder and find it's volume and total surface area​

Answers

Answered by alaguarunachalam4
2

Answer:

This C Program calculates volume and surface area of cylinder. The formula used in this program Surface_area = 2 * Pi * r * (r + h), Volume = Pi * r * r * h where Pi = 22/7.

hope my answer helps you

Similar questions