85.4k views
4 votes
Write a pseudocode to calculate the volume of a cylinder​

User Xref
by
5.4k points

1 Answer

7 votes

Explanation:

Equation of cylinder: h*pi*r^2

The equation for a cylinder is base times height where the base is a circle of area calculated by pi*r^2. I hope this helps! :)