Hello,
I have an assignment in which I need to open 2 .txt files, each text file
The first file represents the results of test #1 while the second file represents results of test #2. The task is to join the two files into one resulting file. The resulting file would list each student with two numbers - the results of test #1 and #2. The fields shall be separated by exactly one space. If a student is listed in one file only, we assume the student did not do the other test and such student will be awarded 0 points from the other test. Finally, the resulting file shall be sorted according to student names.
So far I have only managed to open both files and create new Structs (called Personas) for each of the people.