Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

use Boolean expressions A software company sells a package that retails for $99.00/package. Quantity discounts are given according to the following table: quantity (Packages) discount

use Boolean expressions

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

quantity (Packages) discount
10-19

15%

20-49 25%
55-99 35%
100-more 45%

Write a program that asks the user to enter the number of packages purchased. The program should then display the packages price, amount of the discount (if any) and the total amount of the purchase after the discount.

Package price variable declared as final

Comments are included

Program formatted correctly

Output does include labels

Packages sold displayed

Discount calculation correct @1 pt per calculation

Total amount displayed

Scanner class or Dialog box used for user input

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_2

Step: 3

blur-text-image_3

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

Databases Illuminated

Authors: Catherine M Ricardo, Susan D Urban

3rd Edition

1284056945, 9781284056945

More Books

Students also viewed these Databases questions