Write an application that retrieves a student name



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.Test your application with a minimum of eight records in the original file.