A standard shipping box is 18 inches long x 12 inches wide x 10.5 inches tall. A standard size hardcover coffee table book is 16 inches long
x 10 inches wide x 1.2 inches thick. Books are stacked into the shipping boxes one on top of the other, with one inch padding on each side.
In other words, one book plus side padding will exactly fit into the bottom of the box.
Your program will ask the user for the number of books the customer is ordering, and then compute how many standard boxes will need to
be shipped. Use one variable to keep track of the number of boxes.
Think about how you would solve this problem without a computer, and write down the steps you need (the algorithm). Do NOT start typing



Answer :

Other Questions