Topic: Stack Problem / Level: beginner

Problem: Create a function to push the elements of an array into a stack and count how many are greater than a specific number.

Run the code to see the output here...