I need the code so badly...I'm having exercise and i know nothing about queue.
Anyone please help me.
Question:
Write a C++ programming using queue implementation.
1. Determine the front element
2.Determine the last element
3.Enqueue
4.Dequeue
output:
The front element of queue:26
The last element of queue:33
After the pop operation, the front element is:18
List of queue elements: 18 50 33.
i need the code rigth now.Some one please help me!