Question: Using Python 3+ calculate the volume of a sphere given the formula below; Sphere volume = (4/3) PI (r 3) Use a function to do
Using Python 3+ calculate the volume of a sphere given the formula below;
Sphere volume = (4/3) PI (r 3)
Use a function to do this problem.
Have the user enter a radius, and then calculate the spheres volume.
Then have the program ask the user, if they want to do this calculation again. Loop back and re-do the input and calculation if Y.
Make sure you have a main() function. And use another function for the volume.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
