Topic: Stack Problem / Level: intermediate

Problem: Write a program to reverse every second group of elements in a stack without using recursion.

Run the code to see the output here...