Questions:
Pseudocode
A. The Better Bagel Store Bakes three different types of bagels: plain, cinnamon raisin and sesame seed
B. Output - consist of a screen display showing the number of bins needed for each type of bagel as well as a final total showing the total number of bins required.
C. Input - consist of the number of each type of bagel (e.g., 75 plain, 40 Cinnamon raisin, 130 sesame seed)
D. Processing - Forty bagels will fit in a bin. Different types of bagels can't be mixed in the same bin. Using the sample input above, the store will need two bins for plain bagels, on bin for cinnamon-raisin bagels and for bins for sesame seed bagels.