If there is a file student.txt containing students record as following(first, last name, student ID) like:
John Smith 2320
Mary McHugh 4572
Sara Britny 2322
I wanna check to see if the student ID is unique. if there are duplicated IDs display aan error message with the dupicated ID.