Topic: Stack Problem / Level: beginner

Problem: Write a program to push numbers into a stack and remove all elements divisible by both 2 and 3.

Run the code to see the output here...