The springwater township school district has two high schools__Jefferson and Audubon. Each school maintains a student file with fields containing student id, last name,first name, and address. Each file is in student id number order. Design the logic for a program that merges the two files into one file containing a list of all students in the district, maintaining student id number order. I am looking for the pseudocode answer.