Topic: Stack Problem / Level: beginner

Problem: Write a program to push elements from an array into a stack and remove elements divisible by both 4 and 8.

Run the code to see the output here...