Topic: Stack Problem / Level: beginner

Problem: Implement a function to push elements from a stack into an array and remove all negative numbers.

Run the code to see the output here...