Question: Part II - Finding the average score (15 Points) Write a program to calculate the average scores of the students. Your program should read input

 Part II - Finding the average score (15 Points) Write a

Part II - Finding the average score (15 Points) Write a program to calculate the average scores of the students. Your program should read input from a file Each line of the file contains the username of the student (1 word) followed by 5 quiz scores Your program will read input from file and calculate the average scores for each student. Your program will write the output in another file. . In the output file, your program should write the student name followed by their average score. Your program will do the following: 0 Ask user for an input file name o Read the name and quiz scores from the file o Calculate the average score for each student 0 Ask user for an output file name Write the username followed by the average score of the student in the output file

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!