Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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%

I need 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. For instance, to calculate 20% of a value N, you can use the formula:

(20 / 100.0) * N (or 0.2 * N).

Sample Run

java SoftwareSales

Enter number of packages purchased: 50

Your discount is: $1980.00

Your total is: $2970.00

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions

Question

Were the best media selected?

Answered: 1 week ago