Create a program that is a Point of Sales (POS) system for a restaurant. Your POS system should allow unlimited orders from any number of guest. Each guest should be able to order a drink, an appetizer, an entree, and a dessert. The program should present a total. In addition, the program should allow user to add to the order, delete from the order, and separate orders. Creativity is advised.
This is the current project that I have been assigned and I have no clue where to even start it. We have briefly covered arrays and I am not sure how to even go about writing code for this project. I am not asking anyone to code it for me, but if you could please help me look at some things that would allow me to understand how to write the code for this I would greatly appreciate it.