i need to write a program that reads in a file containing a person's name, address, and phone number and then be able to:
Insert into directory, Delete from directory, List contents of directory, sort the directory, search for a specific person, and Modify an entry.

Any help that can be provided would be greatly appreciated. I just need a little help getting started(reading the file into a list).

Thanks