Topic: Stack Problem / Level: beginner

Problem: Create a function to push elements into a stack and remove elements greater than the median.

Run the code to see the output here...