Chap 5 In Class Exercise • Create a Java Project called C.5EX • Create a driver program called Order that prompts the user for: 1. Price 2. Quantity • Calculate the total amount. However, if the quantity is 50 or more, apply a 10% discount. • Be sure to place the discount rate in a defined constant Sample output: Enter price > 15.00 Enter quantity >> 100 Price: $15.00 Quantity: 100 Total: $1,350.00 Enter price » 25 Enter quantity >> 6 Price: $25.00 Quantity: 6 Total: $150.00

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 11PE
icon
Related questions
Question
Chap 5 In Class Exercise
• Create a Java Project called CH5EX
• Create a driver program called Order that prompts the user for:
1. Price
2. Quantity
Calculate the total amount. However, if the quantity is 50 or more, apply a 10%
discount.
• Be sure to place the discount rate in a defined constant
Sample output: Enter price > 15.00
Enter quantity >> 100
Price: $15.00
Quantity: 100
Total: $1,350.00
Enter price >» 25
Enter quantity >> 6
Price: $25.00
Quantity: 6
Total: $150.00
Transcribed Image Text:Chap 5 In Class Exercise • Create a Java Project called CH5EX • Create a driver program called Order that prompts the user for: 1. Price 2. Quantity Calculate the total amount. However, if the quantity is 50 or more, apply a 10% discount. • Be sure to place the discount rate in a defined constant Sample output: Enter price > 15.00 Enter quantity >> 100 Price: $15.00 Quantity: 100 Total: $1,350.00 Enter price >» 25 Enter quantity >> 6 Price: $25.00 Quantity: 6 Total: $150.00
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Unreferenced Objects
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT