Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using python in jupyterlab using python in jupyterlab Create a VOLUME Function to compute the volume of Cylinders, Spheres, Cones, and Rectangular Boxes. This function

using python in jupyterlab
image text in transcribed
using python in jupyterlab
Create a VOLUME Function to compute the volume of Cylinders, Spheres, Cones, and Rectangular Boxes. This function should: First, ask the user about the shape of the object of interest using something like: "Please choose the shape of the object. Enter 1 for "Cylinder", 2 for "Sphere". 3 for "Cone", or 4 for "Rectangular Box Second, based on user's choice in the previous step, ask for the right inputs. Third, print out an statement with the input values and the calculated volumes. Include error trapping that: 1. Issues a message that "The object should be either a Cylinder, a Sphere, a Cone, or a Rectangular Box. Please Enter A Number from 1,2,3, and 4!" if the first input is non-numeric. 2. Takes any numeric input for the initial selection, and force it into an integer. 3. Issues an appropriate message if the user's selection is numeric but outside the range of [1,4]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application And Administration

Authors: Michael Mannino, Michael V. Mannino

2nd Edition

0072880678, 9780072880670

More Books

Students also viewed these Databases questions