Topic: Stack Problem / Level: beginner

Problem: Create a function to push numbers into a stack and count how many of them are divisible by both 5 and 8.

Run the code to see the output here...