Topic: Stack Problem / Level: beginner

Problem: Create a function to push elements from an array into a stack and remove elements that are multiples of 5.

Run the code to see the output here...