Topic: Stack Problem / Level: beginner

Problem: Write a program to push elements into a stack and remove every number that is divisible by both 3 and 10.

Run the code to see the output here...