Question: Write two local classes named Pump and Cylinder as described below. Then, write a main function that reads the flowspeed and area of a Pump

 Write two local classes named Pump and Cylinder as described below.

Write two local classes named Pump and Cylinder as described below. Then, write a main function that reads the flowspeed and area of a Pump object (p) both as double values. main will also read the radius and height of a Cylinder object (fuef Tank) both as double values. Finally, the inBultpump of fuellank will be the $\mathrm{P]$ Pump object. Finally, the program should calculate the time it takes the fuel Tank to be completely filled with fuel and prints it to the screen as a double value. Pump Qass - A private double field named 'flowspeed" representing the flow speed of the pump. - A private double field named "area" representing the cross-section area (iee, kesit alan) of the pump. - A constructor that gets two double values and initializes the object. - An empty constructor. - A public function named calculateFlowRate that does not get any parameter, multiplies the flowspeed and area of the pump, and returns it as a double value. 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 $=$ Plxradius ${*}$ 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 fiow rate of the pump and returns it as a double value. The main function will, 1. Instantiste one Pump object called $ps and instantiate a Cylinder object called fuelTank as explained above. 2. Use the calculateTimeTofill method of the Cylinder class ro print out the time it takes to fill the cylinder and print it our. NOTE: flowSpeed and area will always be given as positive values. NOTE: All the functions MUST only do the tasks described above, nothing else. NOTE: Both classes MUST be written as described. Note: To calculate Pl, you MUST use the M_Pl constant from the cmath library, \begin{tabular}ICCCC Whline Input & 1564 & 2578 & $351.12$ Whline Output & $90.4779$ & $123.15$ & $2.51327$ Whline \end{tabular) SE.SD.008

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!