Question: Code a C# application that determines how many gallons of water is needed for a pool. Create 3 Value-Returning Methods that will return length, width,
Code a C# application that determines how many gallons of water is needed for a pool. Create 3 Value-Returning Methods that will return length, width, and height. Create another Value-Returning method that will accept 3 arguments (length, width, and height) and return the number of gallons needed. Use Math.Ceiling for the number of gallons.
Use C# Coding Standards.
To calculate the gallons needed: 1 cubic foot of pool needs 7.5 gallons and declare as a constant.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
