Question 1) Use a linked list to implement the queue, with a "first" and a "last" pointer in the private data portion of the queue class.
Implement the following in the code:
Add 10
Add 20
Add 30
Add 40
Display front
Remove
Add 50
Add 60
Add 70
Add 80
Add 90
Add 100
Display front
Remove
Display front
Remove
Dispaly front
Remove
Add 110
Display front
Remove
Display front
Remove
Display front