This is from a program that was written mostly for me to get the hang of fopen and similar syntax before attempting to use it in a larger program. So the only thing the program is trying to accomplish is to open a file (scores.dat), read the data in that file, assign it to an array, and then print the array.This is from a program that was written mostly