Topic: Stack Problem / Level: beginner

Problem: Implement a function to push elements from two arrays into a stack and remove all duplicate elements.

Run the code to see the output here...