how would i read in a text file that will be used as a hashed list search? the text includes a 5 digit student id #, the number of years spent at that college ranging from 1-6 years, the number of units completed for the first year, the number of units completed for the second year, and so on(eg. if the student has spent 3 years there, he will have 3 separate unit totals for year 1, year 2 and year 3. each field is separated by spaces.
since the # of years spent there ranges, it is suggested to create a linked list to store the yearly unit totals.
since the # of years spent there ranges, it is suggested to create a linked list to store the yearly unit totals.