3.8. (Part 2) Software Sales - Java

in programming •  8 years ago 

Starting out with Java: From control structures through objects

Chapter 3

Programming Challenges

8. Software Sales 

A software company sells a package that retails for $99. Quantity discounts are given according to the following table: 

Quantity    Discount 

  10–19        20% 

  20–49        30% 

  50–99        40% 

  100 or more  50% 

Write a program that asks the user to enter the number of packages purchased. The program should then display the amount of the

discount (if any) and the total amount of the purchase after the discount.

Gaddis, Tony (2015-05-29). Starting Out with Java: From Control Structures through Objects (Page 186). Pearson Education. 

Kindle Edition.

Happy Steeming Everyone!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!