The class has the following methods: setRadius () Sets a new radius. getRadius () Gets the radius getVolume () Gets the volume of the sphere in cubic centimeter getSnowVolume () Gets the volume of the snow in cubic centimeter. Do not calculate the volume of sphere in this method. Call the getVolume () method so you only calculate the volume in one method. getSnowCost () Gets the cost of the snow needed in this globe. Do not calculate the volume of snow in this method. Call the getSnowVolume () method so you only calculate the snow volume in one method.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
• must require .extra instance variable • calculated volume again inside method getSnowVolume () • calculated snow volume again inside method getSnowCost()
Remember to follow our Programming Style Requirements!
Problem A
You have all probably seen a snow globe - a glass ball containing a winter scene and filled with a
liquid, and white particles. When turned upside down, the white particles float to the bottom.
When turned right-side up again, the particles drift down looking like snow.
MacBook Air
DII
00
F4
F5
F6
F7
F8
*
$
&
4
5
7
9
< cO
Transcribed Image Text:Remember to follow our Programming Style Requirements! Problem A You have all probably seen a snow globe - a glass ball containing a winter scene and filled with a liquid, and white particles. When turned upside down, the white particles float to the bottom. When turned right-side up again, the particles drift down looking like snow. MacBook Air DII 00 F4 F5 F6 F7 F8 * $ & 4 5 7 9 < cO
Write a class SnowGlobe to model this behavior according to the following description.
20% of the volume of the object will be filled with white particles while 50% will be filled with
a liquid. The other 30% is the things in the scene. The snow costs $1.25 per cubic centimeter.
You must use the following static constants in the class. No magic numbers!
public static final double VOLUME COEFFICIENT = 4 / 3.0;
public static final double COST PER CUBIC CENTIMETER = 1.25;
public static final double SNOW PERCENTAGE = 0.2;
Provide two constructors. Both constructors have the same name, SnowGlobe. The compiler
tells them apart becausehey have different parameter lists. This is called overloading.
A no-argument constructor (also called a default constructor) that sets the radius to 10.0
centimeters.
A constructor that accepts a double as the radius in centimeters as an argument.
The class has the following methods:
setRadius () Sets a new radius.
getRadius () Gets the radius
getVolume () Gets the volume of the sphere in cubic centimeter
getSnowVolume () Gets the volume of the snow in cubic centimeter. Do not
calculate the volume of sphere in this method. Call the getVolume () method so you
only calculate the volume in one method.
getSnowCost () Gets the cost of the snow needed in this globe. Do not calculate the
volume of snow in this method. Call the getSnowVolume () method so you only
calculate the snow volume in one method.
Use the following formula to calculate the volume of a sphere with the constant from the Math
class for t.
V = (4/3) nr
Javadoc comments and tags are required.
Transcribed Image Text:Write a class SnowGlobe to model this behavior according to the following description. 20% of the volume of the object will be filled with white particles while 50% will be filled with a liquid. The other 30% is the things in the scene. The snow costs $1.25 per cubic centimeter. You must use the following static constants in the class. No magic numbers! public static final double VOLUME COEFFICIENT = 4 / 3.0; public static final double COST PER CUBIC CENTIMETER = 1.25; public static final double SNOW PERCENTAGE = 0.2; Provide two constructors. Both constructors have the same name, SnowGlobe. The compiler tells them apart becausehey have different parameter lists. This is called overloading. A no-argument constructor (also called a default constructor) that sets the radius to 10.0 centimeters. A constructor that accepts a double as the radius in centimeters as an argument. The class has the following methods: setRadius () Sets a new radius. getRadius () Gets the radius getVolume () Gets the volume of the sphere in cubic centimeter getSnowVolume () Gets the volume of the snow in cubic centimeter. Do not calculate the volume of sphere in this method. Call the getVolume () method so you only calculate the volume in one method. getSnowCost () Gets the cost of the snow needed in this globe. Do not calculate the volume of snow in this method. Call the getSnowVolume () method so you only calculate the snow volume in one method. Use the following formula to calculate the volume of a sphere with the constant from the Math class for t. V = (4/3) nr Javadoc comments and tags are required.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY