Queue Game - First In, First Out

In this game, the elements are added to the end of the queue using the “Enqueue” button and removed from the front of the queue using the “Dequeue” button. The queue is displayed vertically, with the first element at the top and the last element at the bottom.