Queue
Insert Element to a Queue
Remove Element from the Queue
Get the size of the Queue
Check if the Queue is Empty
Activities:
1. Write a C++ program to implement a queue using an array with
enqueue and dequeue operations. Find the top element of the
stack and check if the stack is empty or full.
2. Write a C++ program to find the sum of all queue elements and
at the same time, it can input elements.
3. Write a C++ program to reverse the elements of a queue.