Topic: Stack Problem / Level: beginner

Problem: Write a program to push elements from an array into a stack and pop only elements greater than the median.

Run the code to see the output here...