program 1write a program that reads data from a text file (quizscore.txt) and calculates the average grade for each student based on the input data format outlined below. notice that no two students are guaranteed to have the same number of quizzes and this should not affect your program. the output produced by the program should be written out to a text file (quizresult) with the format detailed below. you do not need to submit the output file.