Topic: Stack Problem / Level: beginner

Problem: Implement a function to reverse the elements of a stack and push them into another stack in reverse order.

Run the code to see the output here...