Topic: Stack Problem / Level: beginner

Problem: Write a program to push the elements of a list into a stack and reverse every odd-indexed element.

Run the code to see the output here...