Topic: Stack Problem / Level: beginner

Problem: Create a function to push numbers into a stack and remove every second number greater than 25.

Run the code to see the output here...