Topic: Stack Problem / Level: intermediate

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

Run the code to see the output here...