Question: (C++) Write a program that accepts length, width and average depth measurements for a pool then calculates the perimeter, volume and underground surface area of
(C++) Write a program that accepts length, width and average depth measurements for a pool then calculates the perimeter, volume and underground surface area of the pool.
Use:
perimeter = 2*(length + width)
volume= length *width *average depth
underground surface area = perimeter* average depth+length*width
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
