Question: Moving to another question will save this response. Puestion 4 Write the Python program to read the radius and height of a cylinder as inputs
Moving to another question will save this response. Puestion 4 Write the Python program to read the radius and height of a cylinder as inputs from the user. and then calculates and displays the volume and surface area as outputs. Use the following formulas to calculate the volume and surface area. volume = 3.14 x (radius x radius) x height surfacearea = (2 x 3.14 x radius x height) + (2 x 3.14 x radius x radius) hp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
