Question
A restaurant has contracted you to create a restaurant ordering system. The program will be used to place orders electronically and calculate totals. The program
A restaurant has contracted you to create a restaurant ordering system.
The program will be used to place orders electronically and calculate totals.
The program should allow for: Variable # of customers Choices of: Appetizer Entree Dessert Beverage *Each category must have a minimum of four items* Totaling of Bill Apply a tip percentage to add tip.
A helper class called 'Customer' should be used for this purpose.
For output, the minimum the user should see is: Total cost of meal Tip Grand Total
If you would like to add more functionality, feel free to do so.
Programming language: Java
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started