Topic: Stack Problem / Level: intermediate

Problem: Create a function to reverse the digits of a number using a stack of characters.

Run the code to see the output here...