Question: Write the Python program to read the radius and height of a cone as inputs given by the user, and then calculates and displays its

 Write the Python program to read the radius and height of

Write the Python program to read the radius and height of a cone as inputs given by the user, and then calculates and displays its volume and base area, as outputs Use the following formulas to calculate the volume and base area. volume = (3.14 x (radius x radius) x height)/3 basearea - 3.14x (radius x radius) Grading 2 Inputs are taken correctly and converted to numbers (1 x 22 marks) volume is calculated correctly (1 mark) surface area is calculated correctly [1 mark) The two outputs are displayed correctly (1 mark)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!