Create the flowchart for a pet store that determines if the owner should reorder products. The program asks the quantity on hand at the beginning of the week and the number of items sold for the week. If the store sells more than 50% of the on-hand quantity during a week, the owner should restore the stock level to 75% of the initial on-hand quantity. If more than 75% of the stock was used during the week, the owner should order enough to restore the stock to a level 25% greater than the initial quantity on-hand. You must use modules for all aspects of this program. A correct solution will have a minimum of three modules in addition to the main module.
2006-10-14
19:02:31
·
1 answers
·
asked by
ronyskid
1