Topic: Stack Problem / Level: intermediate

Problem: Write a program to reverse the digits of every second number in a stack using recursion.

Run the code to see the output here...