Topic: Stack Problem / Level: beginner

Problem: Create a program to push all odd numbers from an array into a stack and count them.

Run the code to see the output here...