aa Enqueue and Dequeue

Can anyone help me to do a output shown in the bottom. it uses enque and deque functions.i need it in my project. pls pls help me guys.
[1] Enqueue
[2] Dequeue
[3] Exit
Enter your choice :
1
Enter a number to Enqueue :
25
Values : 25

Enter your choice :
1
Enter a number to Enqueue :
23
Values : 25 23

Enter your choice :
2
Values : 23

Where in your code are you having problems adding it?
Topic archived. No new replies allowed.