Question:
Store ten student names and their individual score in a text file such as Notepad. There will be one score per student.
Write a C# program using Microsoft® Visual Studio® to retrieve the names and the scores.
Display the student name with the highest score and the average score of the class.
Show what is being written in the new file.