I have a problem with solving the follow question.
Write a SortedMerge() function that takes two lists, each of which is sorted in increasing
order, and merges the two together into one list which is in increasing order.
SortedMerge() should return the new list.
If there anyone could help me to solve this question in JAVA Code. I will be very Grateful