i have a project that requires me to read all records from a disk file.
(the record structure: name (20 bytes), grade (integer)).
i have to sort the test scores and calculate the average and write the sorted records to a new file.
the records original file kinda looks like this :
A. smith 89
T philip 95
S. long 76