Question: **Code language is java** **Reply with screenshot if possible** **config.txt**: The code mimics the config happening at a restaurant. The data is in config.txt (screenshotted
**Code language is java**
**Reply with screenshot if possible**

**config.txt**:



The code mimics the config happening at a restaurant. The data is in config.txt (screenshotted here). It has the table information & the menu list Use the following classes to complete this. Feel free to add more variables if needed. Don't make drastic changes to existing variables. You need to define the classes and implement all the .java files including class implementation and the overall application functionality 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 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. Don't use advanced data structures. The code mimics the config happening at a restaurant. The data is in config.txt (screenshotted here). It has the table information & the menu list Use the following classes to complete this. Feel free to add more variables if needed. Don't make drastic changes to existing variables. You need to define the classes and implement all the .java files including class implementation and the overall application functionality 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 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. Don't use advanced data structures
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
