Question: 3 3. Please implement the program according to the requirements: Every student has the information as below: studentID(integer), math(float), chinese(float), computer(float). (1)Input two students' information

3 3. Please implement the program according to the requirements: Every student has the information as below: studentID(integer), math(float), chinese(float), computer(float). (1)Input two students' information from a file named as "score.txt". a 'score.txt - 24 AF (E) 18010) (V) (H) 2101 77 55 2102 100 70 90 .66 (2)Calculate the average score for every student then output the information in a file name as "result.txt" result.txt - 12* **(F) (E) (O) fra(V) (H) 2101 77.000000 66.000000 55.000000 Average Score:66.00 2102 100.000000 70.000000 90.000000 Average Score:86.67
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
