Question: Write the Python code to read the radius and height of a cone as inputs, and calculate and display its volume and base area as
Write the Python code to read the radius and height of a cone as inputs, and calculate and display its volume and base area as outputs. Use the follo wing formulas to calculate the volume and base area. volume = (3.14 x (radius x radius) x height) / 3 base area = 3.14 x (radius x radius) Ceading this 2 Inputs are taken correctly and converted to numbers 22 marko volume is calculated correctly face ceais cute correct and The two of us displayed 333 TT T Arial 3 (12) T
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
