Topic: Stack Problem / Level: beginner

Problem: Create a function to push numbers into a stack and reverse only the elements that are odd.

Run the code to see the output here...