Volume of a Sphere
EasyRead the radius of a sphere as a real number and print its volume using the formula volume = 4/3 pi r cubed, with pi taken as 3.14159. Print one line in the form volume = 4.19, the value rounded to two decimal places. If the radius cannot be read, print invalid input and return 1.
Success Criteria
Your code must pass 5 test case(s) to complete this exercise. 3 hint(s) are available if you need help.
How did you find this exercise?
Your rating helps us improve the content.
Sign in to track your progress
You can work on exercises as a guest, but sign in to track your progress and save your submissions.