Need Python pseudocode and program that asks the user to enter the number of packages purchased. The program should then display the amount of the discount (if any)and the total amount of the purchase after the discount.

Software co. sells a pkg that retails for $99. Quantity discounts are given according to the following table:
10-19_10%, 20-49_20%, 50-99_30%, 100 or more 40%

1 answer

Software co. sells a pkg that retails for $99. Quantity discounts are given according to the following table:
10-19_10%, 20-49_20%, 50-99_30%, 100 or more 40