Topic: Stack Problem / Level: beginner

Problem: Create a function to push elements from an array into a stack and count the number of elements greater than a specified value.

Run the code to see the output here...