Question: python and using IDLE When prompting the user you must always include text which lets the user know what should be inputted. The surface area
python and using IDLE
When prompting the user you must always include text which lets the user know what should be inputted. The surface area and volume of a right cylinder are calculated using the following formulas: Right cylinder Solve for surface area- A = 2h+2 1 Radus Enter value h Height Enter value Right cylinder Solve for volume V = 1 Radun h Height Enter value Enter value Write a program that prompts the user to enter values for the radius (float) and height (float) for the right cylinder. The program should calculate and display the surface area and volume of the right cylinder. Use the Python defined constant for pi. Here is link to the constant in the Python documentation . The surface area and volume should be formatted as fixed-point numbers with 4 decimal places using an f-string. Do not use the round function.
Step by Step Solution
There are 3 Steps involved in it
trialpy CUsersSilaAppDataLocalProgramsPythonPython39trialpy 3913 File Ed... View full answer
Get step-by-step solutions from verified subject matter experts
