Topic: Stack Problem / Level: beginner

Problem: Implement a function to push elements from two arrays into a stack, alternating between positive and negative numbers.

Run the code to see the output here...