Topic: Stack Problem / Level: beginner

Problem: Create a function to push the elements of an array into two stacks, separating even and odd numbers.

Run the code to see the output here...