Write a program that can be used to determine the tip amount that should be added to a restaurant charge. allow the user to input the total, before taxes and the tip percentage (15% or 20%). produce output showing the calculated values including the total amount due for both the 15% and the 20% tips. tax of 9% should be added to the bill before the tip is determined. write appropriate methods for your solution



Answer :

Other Questions