Question: JAVA Restaurant application Write an application that clients order foot via your application and after the clients eat their foods; clients should also pay for
JAVA Restaurant application
Write an application that clients order foot via your application and after the clients eat their foods; clients should also pay for foods using your application.
In your application there should be a table list. Customer are represented with the table. In each table the customer will select the foods they want from the menu(The tables that the customers sat should be labeled as full). For each table selected foods will be recorded. And when the customer want to leave, the total payment will be calculated using the application. After taking price from the customer and when they leave; the table should be empty again. Your application should contain the price for each food type and make the calculation for the selected foods in each table.
The required Use Case:
Use Case 1: For a selected tablet he customer can select foods via a men.
Use Case 2: For the specifc tablet he orders should be writen to a document, array or database.
Use Case 3: Using a special button for each table, the customer can see the total price of the foods that he/she ordered.
Use Case 4: After the payment the table should seen empty again.
Use Case 5: Your application should allow to enter more than one customer to order food.
1-Using dataset is not neccessary. You may use txt file to store the data.
2-You may use the console instead of User Interface.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
