Topic: Stack Problem / Level: beginner

Problem: Create a function to push numbers into a stack and pop elements until their product exceeds a given value.

Run the code to see the output here...