solution

Description: American Airlines is offering a discount on every ticket purchased greater than $200. Furthermore, the more tickets above $200 that a customer has purchased, the higher the discount rate will be. The discount rates are shown in the table.

Description: American Airlines is offering a discount on every ticket purchased greater than $200....

Write a Java program that includes a welcome message, customer’s name, current sale amount, number of tickets purchased, and a receipt showing the discount percentage and total amount due and saved.

Conditions: Must be in the main method. Create variables for customer’s name, sale amount, tickets purchased. Round to two decimal points.

Should follow this format:

Welcome to American Airlines.

Please enter your name: John Smith

Please enter the current purchase amount: $ 256

Please enter the number of purchases: 8

**********************************************

Receipt for John Smith

You get a 15% discount.

Total amount due: $ 217.6

You saved $ 38.4

*********************************************

-Italicized text is user input which should not be printed.

-output must match the sample output exactly, especially text on the print statements

-Purchase must be more than $200 for discount to apply

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
Looking for a Similar Assignment? Our Experts can help. Use the coupon code SAVE30 to get your first order at 30% off!