The Pizza House wants you to write a program that simulates a simple cash register. The program firstly should ask the user to enter the price of the meal. Then, the program should calculate the sales tax (8.25% of the meal price) and add it to the meal price to obtain the total price, which should be displayed to the user. The program then ask for the amount tendered (the amount customer gives to pay the bill). After the user entered the amount tendered, the program should display the amount tendered, the total price of the meal and the change amount.
Finally, after each transcation, the user is given the option whether to continue with the next transaction or quit the program.