Topic: Stack Problem / Level: beginner

Problem: Write a program to reverse the elements of a stack in groups of 3 using recursion.

Run the code to see the output here...