Do Programming Exercise #12 at the end of chapter 3 Software Sales. Look at the table to see the discounts offered.
Last category should be >= 100
Price of item without discount is 99.00
Your program should Display the screen shot I did below that is highlighted in blue. In other words, it will show the user the Title and the Quanity discount amounts. For INPUT, your program will ask the user to enter the number of packages they wish to purchase. The program will then display the amount of the discount (IF ANY), and the total amount of the purchase AFTER the discount has been applied. Use 2 digits of precision to the right of the decimal point. So to reiterate, looking at sample below your program will display Heading, Quantity Discount and percentages. It should look like MY screen shot below. ONLY input from user is amount of packages purchased
See below for 2 sample output runs. As usual, user input is highlighted in BOLD