[SOLVED] POS 409 Individual: Text File

30.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (3 votes)

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

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.