Topic: Stack Problem / Level: beginner

Problem: Write a program to push elements from two arrays into a stack, alternating between them.

Run the code to see the output here...