I have two arrays that have been declared with sentinel loops. I need a function to merge the two arrays together into one array, sort the final array into ascending order, and print the final array. The only other catch is I can't have any values appear twice in the final array.