Topic: Stack Problem / Level: intermediate

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

Run the code to see the output here...