Topic: Stack Problem / Level: beginner

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

Run the code to see the output here...