Topic: Stack Problem / Level: beginner

Problem: Create a function to push elements from two stacks into a third stack in alternating order.

Run the code to see the output here...