Topic: Stack Problem / Level: beginner

Problem: Create a function to push all elements from an array into a stack and count the number of even elements.

Run the code to see the output here...