Question: **Code language is Java** **config.txt** **example of final output** Complete a java code that mimics ordering at a restaurant. The data required is given here
**Code language is Java**

**config.txt**

**example of final output**


Complete a java code that mimics ordering at a restaurant. The data required is given here in config.txt (screenshotted and provided below) Create the following short & basic "classes" to incorporate into the final code: Table: status, # of max seats, # of guests if a party is seated, order if the party has ordered MenuItem: itemCode, name, price Menu: array of MenuItems Order: a list of menu items ordered at a table Define the classes and implement all the .java files including class implementation and the overall application functionality. Read the configuration file and create the necessary objects array of objects, then proceed to read the activities from the user and process them one at a time. Try to avoid using advanced/complex coding. Complete a java code that mimics ordering at a restaurant. The data required is given here in config.txt (screenshotted and provided below) Create the following short & basic "classes" to incorporate into the final code: Table: status, # of max seats, # of guests if a party is seated, order if the party has ordered MenuItem: itemCode, name, price Menu: array of MenuItems Order: a list of menu items ordered at a table Define the classes and implement all the .java files including class implementation and the overall application functionality. Read the configuration file and create the necessary objects array of objects, then proceed to read the activities from the user and process them one at a time. Try to avoid using advanced/complex coding
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
