Topic: Queue Problem / Level: intermediate

Problem: Write a program to find the smallest number in a queue after several enqueue and dequeue operations.

Run the code to see the output here...