Question: use Boolean expressions A software company sells a package that retails for $99.00/package. Quantity discounts are given according to the following table: quantity (Packages) discount
use Boolean expressions
A software company sells a package that retails for $99.00/package. Quantity discounts are given according to the following table:
| quantity (Packages) | discount |
| 10-19 | 15% |
| 20-49 | 25% |
| 55-99 | 35% |
| 100-more | 45% |
Write a program that asks the user to enter the number of packages purchased. The program should then display the packages price, amount of the discount (if any) and the total amount of the purchase after the discount.
| Package price variable declared as final |
| Comments are included |
| Program formatted correctly |
| Output does include labels |
| Packages sold displayed |
| Discount calculation correct @1 pt per calculation |
| Total amount displayed |
| Scanner class or Dialog box used for user input |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
