A programmer has two lists of random words, list1 and list2. He has written a program that is intended to create a list, finallist, of all the words found in list1 and list2 in alphabetical order with no repeated words. His program makes use of the following procedures:.