Topic: Stack Problem / Level: beginner

Problem: Write a program to push elements into a stack and remove every second element starting from the top.

Run the code to see the output here...