Topic: Stack Problem / Level: beginner

Problem: Write a program to push elements from two arrays into two stacks, separating even and odd numbers.

Run the code to see the output here...