C++ HELP

I don't even know where to start.
Use ADT technique to design a class Queue and use this ADT Queue for the following
tasks:
a. Your program asks for the user’s inputs for patients’ names and their emergency
codes as follows,
ER Registration System
Input patient name: Tommy
Input emergency code: 1
Next? (y/n):
Note: If I type ‘y’, then your program should clear the screen and ask for the next
patient’s name and code. If I type ‘n’, your program should give the output like
below,

Patient Emergency_Code
Tommy 1
Allen 5
Young 8
Topic archived. No new replies allowed.