Topic: Queue Problem / Level: beginner

Problem: Write a program to determine if a queue is empty after multiple enqueue and dequeue operations.

Run the code to see the output here...