(You will need to read in the student data first and THEN read in the scores) You will open each file and read the information into their respective classes/arrays For each student, you will calculate their lowest score, their highest score, their average, and their grade. For each quiz, you will calculate the lowest score, the highest score, and the average You will create and print an Honor Role. The Honor Role comprises students who received an ‘A’ grade. REPORT/CHART SHOULD BE PRINTED TO A TEXT FILE (Input file for students)should be saved as Students.txt Wayne,Rob,1234 Adams,John,5678 Jefferson,Thomas,9123 Madison,James,4567 Monroe,James,8910 Adams,John,1112 Jackson,Andrew,1345 VanBuren,Martin,6178 Harrison,William,9201 Tyler,John,3219 (Input file for scores) should be saved as Scores.txt 1234 78 84 90 88 85 5678 96 89 93 91 92 9123 89 83 84 89 86 4567 90 90 95 100 100 8910 92 67 97 70 82 1112 69 78 72 88 65 1345 50 54 67 45 58 6178 98 78 76 89 99 9201 88 85 87 82 88 3219 88 92 82 76 80
JAVA PROGRAMMING CODE
((((((DO NOT COPY AND PASTE FROM CHEGG or my previous same question reposting AGAIN as my question was COPIED from chegg, giving bartleby another chance. thank you!!!))))))
(((((( please read details on IMAGE. )))))
(You will need to read in the student data first and THEN read in the scores)
You will open each file and read the information into their respective classes/arrays
For each student, you will calculate their lowest score, their highest score, their average, and their grade.
For each quiz, you will calculate the lowest score, the highest score, and the average
You will create and print an Honor Role. The Honor Role comprises students who received an ‘A’ grade.
REPORT/CHART SHOULD BE PRINTED TO A TEXT FILE
(Input file for students)should be saved as
Students.txt
Wayne,Rob,1234
Adams,John,5678
Jefferson,Thomas,9123
Madison,James,4567
Monroe,James,8910
Adams,John,1112
Jackson,Andrew,1345
VanBuren,Martin,6178
Harrison,William,9201
Tyler,John,3219
(Input file for scores) should be saved as
Scores.txt
1234 78 84 90 88 85
5678 96 89 93 91 92
9123 89 83 84 89 86
4567 90 90 95 100 100
8910 92 67 97 70 82
1112 69 78 72 88 65
1345 50 54 67 45 58
6178 98 78 76 89 99
9201 88 85 87 82 88
3219 88 92 82 76 80
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 9 images