Topic: Stack Problem / Level: beginner

Problem: Write a program to push numbers into a stack and pop elements until their product exceeds 500.

Run the code to see the output here...