Topic: Stack Problem / Level: beginner

Problem: Create a function to push numbers into a stack and reverse the elements that are multiples of 4.

Run the code to see the output here...