Topic: Stack Problem / Level: beginner

Problem: Implement a function to push numbers into a stack and remove every odd number greater than 30.

Run the code to see the output here...