Topic: Stack Problem / Level: beginner

Problem: Implement a function to push characters into a stack and pop them in reverse order.

Run the code to see the output here...