Topic: Stack Problem / Level: beginner

Problem: Implement a function to push elements from two stacks into a third stack, alternating between them.

Run the code to see the output here...