Question: Needs to be MS visual studio. Program has to run until it has been exited. I really need help with this. See screen shot. Queue

Needs to be MS visual studio. Program has to run until it has been exited. I really need help with this. See screen shot.

Needs to be MS visual studio. Program has to run until it

Queue Implementation Imagine you have been contacted by a local dental care office to develop an application that will manage patient visits. They want the application to place each patient in a queue and called on a first come first served bases to see the dentist. Develop the menu driven Windows Console application with the following menu items: 1. Add patient . Next patient Previous patient 4. Delete patient 5 View current Patient management will be resolved by the implementation of a queue with the following functions: enQueue: Adds the patient in the queue DeQueue: Deletes the patient from the queue Peek: Returns the patient that is top in the queue without removing it IsEmpty: checks do we have any patient in the queue Size: returns the number of patients that are in the queue While adding a new patient in the queue the program will be cable of collecting the following patient information: Patient first and last name Type of insurance 3. SSN number . Address 5. Date of visit Directions You are to write a C++ program that meets the instruction requirements above. Use the assignment template to insert the assignment deliverables outlined above

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!