Topic: Stack Problem / Level: beginner

Problem: Create a function to push elements from an array into a stack and remove the first element smaller than a specified value.

Run the code to see the output here...