Topic: Stack Problem / Level: intermediate

Problem: Implement a function to reverse the elements of a stack while leaving every second element in place using a second stack.

Run the code to see the output here...