Topic: Stack Problem / Level: intermediate

Problem: Create a function to reverse the digits of numbers in a stack divisible by 2 and 3 using recursion.

Run the code to see the output here...