Topic: Stack Problem / Level: beginner

Problem: Write a program to push numbers into a stack and reverse the digits of numbers that are multiples of 5.

Run the code to see the output here...