Topic: Stack Problem / Level: beginner

Problem: Create a function to push elements from two stacks into a third stack and sort the third stack.

Run the code to see the output here...