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

 c++ 2. Write a program that asks the user for the
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 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!