A software company sells a package that retails for $99. Quantity discounts are given. Purchasing between 10 and 19 packages, earns a 20% discount. Purchasing between 20 and 49 packages, earns a 30% discount. Purchasing between 50 and 99 packages, earns a 40% discount. Purchasing over 100 earns a

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
A software company sells a package that retails for $99. Quantity discounts are given. Purchasing between 10 and 19 packages, earns a 20% discount. Purchasing between 20 and 49 packages, earns a 30% discount. Purchasing between 50 and 99 packages, earns a 40% discount. Purchasing over 100 earns a 50% discount Ask the user how many packages he or she wants to. Please write a code in Java that results like test case examples thanks.
Test Case 2
Enter number of software packages to purchase \n
8 ENTER
Total cost: $792.00
Test Case 3
Enter number of software packages to purchase \n
10 ENTER
Since you purchased 10 packages, you earned a discount of 20%! \n
Pre-discount total: $990.00 \n
Total cost: $792.00
Test Case 4
Enter number of software packages to purchase \n
19 ENTER
Since you purchased 19 packages, you earned a discount of 20%! \n
Pre-discount total: $1,881.00 \n
Total cost: $1,504.80
Transcribed Image Text:Test Case 2 Enter number of software packages to purchase \n 8 ENTER Total cost: $792.00 Test Case 3 Enter number of software packages to purchase \n 10 ENTER Since you purchased 10 packages, you earned a discount of 20%! \n Pre-discount total: $990.00 \n Total cost: $792.00 Test Case 4 Enter number of software packages to purchase \n 19 ENTER Since you purchased 19 packages, you earned a discount of 20%! \n Pre-discount total: $1,881.00 \n Total cost: $1,504.80
Test Case 12
Enter number of software packages to purchase \n
99 ENTER
Since you purchased 99 packages, you earned a discount of 40%! \n
Pre-discount total: $9,801.00 \n
Total cost: $5,880.60
Test Case 13
Enter number of software packages to purchase \n
100 ENTER
Since you purchased 100 packages, you earned a discount of 50%! \n
Pre-discount total: $9,900.00 \n
Total cost: $4,950.00
Test Case 14
Enter number of software packages to purchase \n
10800 ENTER
Since you purchased 10800 packages, you earned a discount of 50%!\n
Pre-discount total: $1,069, 200.00 \n
Total cost: $534,600.00
Transcribed Image Text:Test Case 12 Enter number of software packages to purchase \n 99 ENTER Since you purchased 99 packages, you earned a discount of 40%! \n Pre-discount total: $9,801.00 \n Total cost: $5,880.60 Test Case 13 Enter number of software packages to purchase \n 100 ENTER Since you purchased 100 packages, you earned a discount of 50%! \n Pre-discount total: $9,900.00 \n Total cost: $4,950.00 Test Case 14 Enter number of software packages to purchase \n 10800 ENTER Since you purchased 10800 packages, you earned a discount of 50%!\n Pre-discount total: $1,069, 200.00 \n Total cost: $534,600.00
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education