Using Java
Calculating the tip when you go to a restaurant is not
difficult, but your restaurant wants to suggest a tip according to
the service diners receive. Write a program that calculates a tip
according to the diner’s satisfaction as follows:
•Ask for bill amount
•Ask for the diners’ satisfaction level using these ratings: 1 =
Totally satisfied, 2 = Satisfied, 3 = Dissatisfied.
•If the diner is totally satisfied, calculate a 20 percent
tip.
•If the diner is...