Topic: Stack Problem / Level: beginner

Problem: Write a program to push numbers into a stack and pop them if they are less than a specified value.

Run the code to see the output here...