Tip Tax total
Design a program that calculates the total amount of a meal purchased at a restaurant. The program should ask the user to enter the charge for the food, and then calculate the amount of a 15% tip and 7% sales tax. Display each of these amounts and the total. Submit pseudocode and a flowchart that illustrates your solution to the Tip, Tax, Total Program.