Topic: Stack Problem / Level: intermediate

Problem: Write a program to reverse every other element in a stack without using any additional data structures.

Run the code to see the output here...