Topic: Stack Problem / Level: beginner

Problem: Create a function to push the elements of a queue into a stack and print them in reverse order.

Run the code to see the output here...