Question: Write a program where the user has options to enter orders for a meal at a restaurant, and for a cook to retrieve the next
Write a program where the user has options to enter orders for a meal at a restaurant, and for a cook to retrieve the next order to be prepared. A menu should be created for order entry and order processing. The entry of an order should include up to six meal items (you may want to create an Order class). The user can enter as many orders as desired. The cook should be able to retrieve the next order that needs to be prepared. Enter orders and display the order to be prepared in console mode.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
