Topic: Stack Problem / Level: intermediate

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

Run the code to see the output here...