Topic: Stack Problem / Level: beginner

Problem: Write a program to push the elements of a stack into another stack and pop elements in reverse order.

Run the code to see the output here...