Topic: Stack Problem / Level: intermediate

Problem: Write a program to implement a stack that can reverse the order of digits in a number.

Run the code to see the output here...