Computer Science, asked by alltimefun1236, 6 months ago

write a Java program to find the surface area and a volume of a cylinder where the radius is 10cm and the height is 17cm​

Answers

Answered by nareshc13579
2

Answer:

There are five basic equations which completely describe the cylinder with given radius r and height h :

Volume of a cylinder: V = π * r² * h ,

Base surface area of a cylinder: A_b = 2 * π * r² ,

Lateral surface area of a cylinder: A_l = 2 * π * r * h ,

Total surface area of a cylinder: A = A_b + A_l ,

Explanation:

follow me and mark me as brainlist

Answered by rajatramanjha
1

Explanation:

Please find the attached document.

Attachments:
Similar questions