Page 1 of 1

.Write a c++ programm that define a class, swimming Pool, to implement the properties of a swimming pool :Your class sho

Posted: Fri May 20, 2022 12:11 pm
by answerhappygod
Write A C Programm That Define A Class Swimming Pool To Implement The Properties Of A Swimming Pool Your Class Sho 1
Write A C Programm That Define A Class Swimming Pool To Implement The Properties Of A Swimming Pool Your Class Sho 1 (64.62 KiB) Viewed 36 times
.Write a c++ programm that define a class, swimming Pool, 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 pool .determine the time needed to completely fill the pool