Question: Hi there, I got a code from a cheg for C++ course this question but the code is not working.please I need a screen shot

Instructions Write the definition of a class swimmingPool , to implement the properties of a swimming pool. Your class should have the instance variables to store the length (in feet), width (in feet). depth (in feet), the rate (in gallons per minute) at which the water is filling the pool, and the rate (in gallons per minute) at which the water is draining from the pool. Add appropriate constructors to initialize the instance variables. Also, add member functions to do the following: determine the amount of water needed to fill an empty or partially filled pool, determine the time needed to completely or partially fill or empty the pool, and add or drain water for a specific amount of time, if the water in the pool exceeds the total capacity of the pool, output "Pool overflow" to indicate that the water has breached capacity. The header file for the swimmingPool class has been provided for reference. Write a program to test your swimmingPool class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
