Topic: Stack Problem / Level: beginner

Problem: Create a function to push elements from two arrays into a stack, separating even and odd numbers.

Run the code to see the output here...