Page 1 of 1

Intro to Java using Eclipse You are asked to build a business ordering system. Ask the user for a part number, and a qu

Posted: Thu May 05, 2022 1:13 pm
by answerhappygod
Intro to Java using Eclipse
You are asked to build a business ordering system. Ask the
user for a part number, and a quantity.
If the part number is: 5, ask them if they would like to upgrade
to our mega subscription system for the low low price of
$10,000. If so, change the part number to 15 instead for
them.
Repeat this process until the user enters a -1 for the part
number.
At the end of the program, display the total quantity and the
total price. Ask the user if this is correct. If it is
correct, print out a thank you. If not, tell them too bad
their account has already been charged please call 555-555-5555 and
speak to a customer service representative to cancel. Maybe.