Solve the question given below :
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. HAS TO BE A WINDOWS FORM APPLICATION (NOT A CONSOLE APPLICATION)
Display the student name with the highest score and the average score of the class.
Show what is being written in the new file.
Hint: You might consider adding delimiters between the data values in the original text file to simplify retrieving and processing the data.