Question: Program 1: Sphere 1. Create a Java class named Sphere.java. Your program will calculate the volume of a sphere. Prompt the user for a double
Program 1: Sphere 1. Create a Java class named Sphere.java. Your program will calculate the volume of a sphere. Prompt the user for a double value for the radius, and use it to calculate the volume of a sphere with that radius. Concatenate your result with meaningful output as shown in the sample output below 2. The volume of a sphere is: 4/3 x T x radius. You may use the double literal 3.14159 for m 3. Your output should look as illustrated below: Enter a double value for the radius: 4.5 A sphere with a radius of 4.5 is 381.70318499999996 Enter a double value for the radius: 2.9 A sphere with a radius of 2.9 is 102.16031801333332
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
