Write a program that will calculate the radius of a sphere g…
Write a program that will calculate the radius of a sphere given its circumference. Your code should ask for the radius at the very beginning. Formula: circumference = 2 * Pi * radius; Do not forget to add comments. For pi value, use the Math library. Your program should run and produce results. Write your code (both classes) in the below box and be sure to strictly follow the instructions.
Read Details