Draw the flowchart or write the pseudocode for the
following problems:
Problem #1: Amazon frequently sends separate packages for the books that you order. Lets assume that they have a policy to determine location and availability and enter the number of packages that must be sent with the order. We are now going to do the logic for the program to generate the labels needed. I also want to write a total for the total number of packages sent.
Problem #2: Your favorite store is having a sale. The price drops 10 % each day of the sale. The sale lasts for 5 days. Generate a report that shows the price for each item on each day of the sale.