Topic: Stack Problem / Level: intermediate

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

Run the code to see the output here...