For the program, use c++ to create a menu that uses commands for an order: Add Delete Order Size View list Exit It will be a first come first-served basis for the order, and use the below SQL Queue...



For the program, use c++ to create a menu that uses commands for an order:



  1. Add

  2. Delete

  3. Order Size

  4. View list

  5. Exit



 It will be a first come first-served basis for the order, and use the below SQL Queue Containers:



  1. enQueue:  Adds the order in the queue

  2. DeQueue:  Deletes the order from the queue

  3. Peek: Returns the order that is top in the queue without removing it

  4. IsEmpty: checks do we have any orders in the queue

  5. Size:  returns the number of orders that are in the queue

  6. List: returns the name of people that have placed an order in the queue



Collect the following information from the user:



  1. Name

  2. Food description/type

  3. Total amount

  4. Tip given


AGAIN, PLEASE FOLLOW THE ABOVE INSTRUCTIONS. Thank you!



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here