Question: ACME Software sells a software license package that retails for $99.00. However, there is a discount offered for businesses and individuals that purchase larger quantities

ACME Software sells a software license package that retails for $99.00. However, there is a discount offered for businesses and individuals that purchase larger quantities of license packages. Discounts are given as shown in the following table: Create a Python program that lets the user enter the number of packages purchased. If the number of packages entered is 0 or less, there should be an error message specific to the issue. If the number of packages exceeds 100,000 , there should be an error message specific to the issue. Upon the submission of a valid number of packages, the program should then display the total cost before discount, the amount of the discount (if any), and the total amount of the purchase after the discount. All output values should be displayed with the $ and should be rounded to two decimal places
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
