Question: These are the guidelines: 1. Specify input specification Design input 2. Specify Output Specification Design Output 3. The class must include set methods and get
These are the guidelines:
1. Specify input specification
Design input
2. Specify Output Specification
Design Output
3. The class must include set methods and get methods ( with or without parameters both)
4. Must include Array structure
5. Must include Input or Output Files or both
these are the specifications can someone please write a java program for me using jframe and call it Swimming Pool. I need this by tomorrow before noon EST. THANK YOU SO MUCH!
Variables (input as each as separate text files):
length (in feet), width (in feet), depth (in feet) and the rate (in gallons per minute) at which the water is filling the pool
Output:
Determine the amount of water and time needed to completely fill the pool and the cost; use the volume in cubic feet equation which is length times width times height (ft^3)
INPUT:
|
Length | 5, 10, 50, 100 |
|
Width | 8, 15, 80, 150 |
|
Depth | 6, 8, 12, 10 |
|
Rate of water |
|
OUTPUT SHOULD LOOK LIKE THIS:
|
Amount of water needed |
|
|
Amount of time needed |
|
| Cost |
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
