Hello;
read this quastion , what do the last part mean ?
do they mean to print the remine cookies that have to be produced to let the number be complated !
or to print the number of cookies that we throw !
--------------------------------------
the quastion is :
A box of cookIes can hold a specific number of cookIes and a container can hold a specific number of boxes of cookIes.
Write a program that prompts the user to enter the total number of cookIes, the number of cookIes in a box, and the number of cookIes boxes in a container.
The program then outputs the number of boxes and number of containers to ship the cookIes.
Note that each box must contain a specific number of cookIes and each container must hold the specific number of boxes.
If the last box of cookIes contains less than the number of specified cookIes, you can discard it and output the number of left over cookIes. Similarly, if the last container contains less than the number of specified boxes, you can discard it and output the number of left over boxes.