Question: Cylinder Class A private double field named radius representing the radius of the cylinder. A private double field named height representing the height of the

Cylinder Class A private double field named "radius representing the radius of the cylinder. A private double field named "height" representing the height of the cylinder. A private Pump field named "inBuiltPump representing the pump that provides fuel to this cylinder. A constructor that gets two double values, a Pump value, and initializes the object. A public function named calculateVolume that does not get any parameter, calculates the volume of the cylinder using the cylinder volume formula given below and returns it as a double value: Volume = Pl*radius*radius*height A public function named calculateTimeToFill that does not get any parameter, calculates the time it takes for the cylinder to be filled with fuel from the pump by dividing the volume of the cylinder by the flow rate of the pump and returns it as a double value. The main function will, 1. Instantiate one Pump object called p and instantiate a Cylinder object called fuelTank as explained above, 2. Use the calculateTimeToFill method of the cylinder class to print out the time it takes to fill the cylinder and print it out Cylinder Class A private double field named "radius representing the radius of the cylinder. A private double field named "height" representing the height of the cylinder. A private Pump field named "inBuiltPump representing the pump that provides fuel to this cylinder. A constructor that gets two double values, a Pump value, and initializes the object. A public function named calculateVolume that does not get any parameter, calculates the volume of the cylinder using the cylinder volume formula given below and returns it as a double value: Volume = Pl*radius*radius*height A public function named calculateTimeToFill that does not get any parameter, calculates the time it takes for the cylinder to be filled with fuel from the pump by dividing the volume of the cylinder by the flow rate of the pump and returns it as a double value. The main function will, 1. Instantiate one Pump object called p and instantiate a Cylinder object called fuelTank as explained above, 2. Use the calculateTimeToFill method of the cylinder class to print out the time it takes to fill the cylinder and print it out
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
