Topic: Stack Problem / Level: beginner

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

Run the code to see the output here...