Recreation of my first year programming machine project coded in C.
This project involves actions by three entities: 0. MAIN MENU
-
Customer a. order b. pay c. display number d. display status e. exit
-
Manager: a. display menu of the day b. send order to chef c. list pending order d. list current customers and ordered food e. send driver to deliver food f. display income for the day g. display dishes served for the day h. close the restaurant i. exit
-
Chef a. receive order b. cook N dishes c. pack order d. exit