I'm trying to write a program to create a text file which contains a sequence of test scores, once there done it will ask for a file name used to save the scores.
Then I need to ask them for a name of a file, and then grab the ints out of said file, and then fill the array.
I'm pretty sure I can do the second part, but I'm having some trouble with the first part. If needed i can put the code I have for the second part