write a program which calculate the surface area and volume of a cylinder
Answers
Answered by
2
Answer:
This is a C Program to find the volume and surface area of cylinder. 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.
Answered by
1
Answer:
This is a C Program to find the volume and surface area of cylinder. 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.
PLEASE MARK ME THE BRAINLIEST
Similar questions