Topic: Stack Problem / Level: intermediate

Problem: Write a program to reverse the order of every third group of elements in a stack without recursion.

Run the code to see the output here...