Question: c++ 2. Write a program that asks the user for the number of flower pots to be shipped, and then displays the number of boxes
2. Write a program that asks the user for the number of flower pots to be shipped, and then displays the number of boxes required. A big box can hold four pots, and a small box only one. Have the program calculate the smallest number of boxes required. The program output should look similar to: Enter the number of flower pots to ship: 25 We will ship: 6 big box(es) 1 small box(es) [10 marks]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
