Write an application that retrieves a student name and three scores per line from a text file.
Question:
Write an application that retrieves a student name and three scores per line from a text file. Process the values by calculating the average of the scores per student.
Write the name and average to a different text file.Display what is beingwritten to the new file. Test your application with a minimum of eight records in the original file. Hint: You might consider adding delimiters between the data values in the original text file to simplify retrieving and processing the data.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
C# Programming From Problem Analysis To Program Design
ISBN: 9781285096261
4th Edition
Authors: Barbara Doyle
Question Posted: