Topic: Stack Problem / Level: intermediate

Problem: Create a function to reverse the digits of all even numbers in a stack without using any additional data structures.

Run the code to see the output here...