Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions 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
expand button
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
expand button
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
Check Mark
Knowledge Booster
Background pattern image
Similar questions
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education