Write a simple menu system program which does the following: Get the below information: Server Name Server ID Table Location Drink Name Drink Price Appetizer Name Appetizer Price Entree Entree Price Dessert Name Dessert Price Determine the subtotal and total If the customer is an ATU student, then they get a 10% discount from their total Determine 15%, 20%, and 25% tip based on the total due and suggest them to the customer before paying Get the payment from the user If the payment is > the amount owed, determine the change due to the customer Use I/O manipulators and/or escape characters to output all of the entered information to the screen............. needs to be in c++
Write a simple menu system program which does the following: Get the below information: Server Name Server ID Table Location Drink Name Drink Price Appetizer Name Appetizer Price Entree Entree Price Dessert Name Dessert Price Determine the subtotal and total If the customer is an ATU student, then they get a 10% discount from their total Determine 15%, 20%, and 25% tip based on the total due and suggest them to the customer before paying Get the payment from the user If the payment is > the amount owed, determine the change due to the customer Use I/O manipulators and/or escape characters to output all of the entered information to the screen............. needs to be in c++
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 1 images