A software company sells a package that retails for $89. Quantity discounts are given according to the following table:
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
A software company sells a package that retails for $89. Quantity discounts are given according to the following table:
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.
A software