Topic: Stack Problem / Level: beginner

Problem: Write a program to push numbers into a stack and remove all numbers that are divisible by 2 and 6.

Run the code to see the output here...