Question: Write a program for restaurant. When customer place an order the order goes into a linked list queue and the Manager can override the order

Write a program for restaurant. When customer place an order the order goes into a linked list queue and the Manager can override the order priority (with multiple priority) if he wants otherwise the order uses the default queue order Specification: 1) Use header file to declare your functions 2) Use functions 3) Use queue 4) The order contains a. Customer name b. How many mea c. Including soft drink (yeso) d. Dining in or carryout 5) Allow the user to print the order list 6) Add orders 7) Remove orders
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
