Question: 4. Write a program that reads in the radius of a sphere and prints the sphere's surface area, circumference, and volume. Use the constant value
4. Write a program that reads in the radius of a sphere and prints the sphere's surface area, circumference, and volume. Use the constant value 3.14159 for PI. The following is a list of the formulas you will need: a. circumference = PI * (radius * 2) b. sphere surface area = 4 * PI * (radius * radius) c. sphere volume = 1.33 * PI * (radius * radius * radius)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
