Topic: Stack Problem / Level: intermediate

Problem: Implement a stack to simulate a queue (queue using two stacks).

Run the code to see the output here...