Topic: Stack Problem / Level: beginner

Problem: Write a program to push elements into a stack and pop them if they are greater than the mean of the stack.

Run the code to see the output here...