A functioning Contact list for student names, ID numbers, and addresses.
This program reads in data from a file named "a1.txt". this text file contains names, adresses, and ID numbers of existing students. Then sorts the students in ascending order by ID number. After printing the students in this order the program then allows the user to input a new contact into the list. Afterwords the user can then search for someone in the list.