Topic: Stack Problem / Level: beginner

Problem: Create a function to reverse every second group of k elements in a stack.

Run the code to see the output here...