Question: //Write a Java program to print restaurant check for a customer // Get user input for the total amount // Get user input for
//Write a Java program to print restaurant check for a customer // Get user input for the total amount // Get user input for tax percentage //Get user input for tip percentage //Print Total amount, total tax amount, total tip amount // and grand total. // Your invoice should look like : XYZ Restaurant * Total amount * Tax amount (7%) * Tip amount (15%) *Grand Total 100.00 7.00 15.00 122.00 Thank You!
Step by Step Solution
3.54 Rating (157 Votes )
There are 3 Steps involved in it
Heres a Java program that accomplishes the task you described java import javautilScanner public cla... View full answer
Get step-by-step solutions from verified subject matter experts
