Topic: Stack Problem / Level: beginner

Problem: Implement a function to push numbers into a stack and remove numbers that are divisible by 9.

Run the code to see the output here...