Question: Assignment Write two local classes named Pipe and Ellipsoid Container as described below. Then, write a main function that reads the flowSpeed and area of

 Assignment Write two local classes named Pipe and Ellipsoid Container as
described below. Then, write a main function that reads the flowSpeed and

Assignment Write two local classes named Pipe and Ellipsoid Container as described below. Then, write a main function that reads the flowSpeed and area of a pipe object (p) both as double values. main will also read the axis the axis, and the axisc of a Ellipsoid Container object (wingTank) all as double values. Finally, the inputPipe of wing Tank will be the p Pipe object. Finally, the program should calculate the time it takes the wingTank to be completely filled with gas and prints it to the screen as a double value. Pipe Class . A private double field named "flowSpeed" representing the flow speed of the pipe. A private double field named "area" representing the cross-section area (i.e, kesit alan) of the pipe A constructor that gets two double values and initializes the object. An empty constructor A public function named calculateFlow Rate that does not get any parameter, multiplies the flowSpeed and area of the pipe, and returns it as a double value. EllipsoidContainerClass A private double field named axisA" representing the A axis length of the ellipsoid. A private double field named axisB" representing the B axis length of the ellipsold. A private double field named "axisC" representing the Caxis length of the ellipsoid. A private Pipe field named "inputPipe representing the pipe that provides water to this EllipsoldContainer. A constructor that gets three double values, a Pipe value, and initializes the object. A public function named calculateVolume that does not get any parameter, calculates the volume of the pool using the ellipsoid volume formula given below and returns it as a double value: . . . Volume = (4/3)*PlaxisA axis axisA A public function named calculateTimeToFill that does not get any parameter, calculates the time it takes for the Ellipsoid Container to be filled with gas from the pipe by dividing the volume of the Ellipsoid Container by the flow rate of the pipe and returns it as a double value. The main function will, RE LEGION Plans Resource Prog... Overview A private double field named "axisC" representing the Caxis length of the ellipsoid. A private Pipe field named "inputPipe representing the pipe that provides water to this EllipsoidContainer. A constructor that gets three double values, a Pipe value, and initializes the object. A public function named calculateVolume that does not get any parameter, calculates the volume of the pool using the ellipsoid volume formula given below and returns it as a double value: Volume = (4/3)*PikaxiSA axis axisA A public function named calculateTime To Fill that does not get any parameter, calculates the time it takes for the Ellipsoid Container to be filled with gas from the pipe by dividing the volume of the Ellipsoid Container by the flow rate of the pipe and returns it as a double value The main function will, 1. Instantiate one pipe object called p and instantiate an Ellipsoid Container object called Wing Tank as explained above. 2. Use the calculateTimeToFill method of the Ellipsoid Container class to print out the time it takes to fill the EllipsoidContainer and print it out. . 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_PI constant from the cmath library 1536 128 928710 Input Output 351512 53.6165 130.318 16.7552 Answer assignment i LEGION

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!