Topic: Stack Problem / Level: beginner

Problem: Implement a function to push elements into a stack and remove the first element that is greater than 25.

Run the code to see the output here...