For this c++ program, create a menu based on patients going to the doctors office. The program will have the following commands: Add (add patient to list) Delete (delete patient from list) Order Size...



For this c++ program, create a menu based on patients going to the doctors office.



The program will have the following commands:



  1. Add (add patient to list)

  2. Delete (delete patient from list)

  3. Order Size (this will show how many patients are in the queue)

  4. View list (this will view all the patients name in the queue)

  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 patient in the queue

  2. DeQueue:  Deletes the patient from the queue

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

  4. IsEmpty: checks to see if any patients are in the queue

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

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



Collect the following information from the user:



  1. Name

  2. Description (reason for coming to Doctor's Office)

  3. Total amount to pay

  4. Insurance


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