POS 409 Individual: Text File
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.
Hint: You might consider adding delimiters between the data values in the original text file to simplify retrieving and processing the data
Reviews
There are no reviews yet.