Question: How to write this C++ program Create a program to estimate the number of boxes of tile that are needed to complete a job of
How to write this C++ program
Create a program to estimate the number of boxes of tile that are needed to complete a job of tiling some number of rooms For full credit, you should define and use at least two functions include some basic input error handling as noted below Parameters of the problem All rooms will use the same tile, and all tiles are square. You must account for the number of whole tiles needed (without attempting to determine if a tile can be split to fit extra space). This means that you cannot just calculate the area of a room and divide by the size of a tile. You will need to round up for partial tiles - look at the
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
