Page 1 of 1

A software company sells a package that retails for $89. Quantity discounts are given according to the following table:

Posted: Sun Jul 10, 2022 11:23 am
by answerhappygod
A Software Company Sells A Package That Retails For 89 Quantity Discounts Are Given According To The Following Table 1
A Software Company Sells A Package That Retails For 89 Quantity Discounts Are Given According To The Following Table 1 (35.86 KiB) Viewed 61 times
A software company sells a package that retails for $89. Quantity discounts are given according to the following table: Quantity Discount 10-19 20-49 50-99 100 or more 15% 25% 35% 45% Design a program that: Has main as the program controller . Asks the user to enter the number of packages purchased (separate function). . Determines the discount percentage (separate function). . Calculates the discount amount (separate function). . Displays the Quantity of packages chosen, the amount of the discount (if any) and the total amount of the purchase after the discount (separate module). Upload the pseudocode design, Flowgorithm design (.fprg file), and the Python (.py file) code.