Select Page

Grantham University Data Structures and Algorithms Programming Task

Question Description

Imagine you have been contacted by a local dental care office todevelop an application that will manage patient visits.They want theapplication to place each patient in a queue and called on a first comefirst served bases to see the dentist.

Develop the menu driven Windows Console application with the following menu items:

  • Add patient
  • Next patient
  • Previous patient
  • Delete patient
  • 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
  • SSN number
  • Address
  • Date of visit

Submission:

Take screenshots, with timestamps

  • Create a Microsoft Word document name IP1_YourName.docx
  • Take screenshots, with timestamps
  • Copy your code into the Word document. For each line of the code provide a description explaining what it does

"Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you "A" results."

Order Solution Now