In JAVA PROGRAMMING
please read details on pictures thank you.
(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 WILL LOOK LIKE THIS
LastName
|
FirstName
|
StudentID
|
Score 1
|
Score 2
|
Score 3
|
Score 4
|
Score 5
|
High
|
Low
|
Average
|
Grade
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
High
|
|
|
|
|
|
|
|
|
|
|
|
Low
|
|
|
|
|
|
|
|
|
|
|
|
Average
|
|
|
|
|
|
|
|
|
|
|
|
(Input file for students) saved ad Students.txt
Washington,George,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) saved at 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
Extracted text: You will print this report to a file report.txt Studentstxt: Student last name, firstname, ID humber. Scores.txt % Student ID number and test ScoreS. * Class PartiallyElled Aray * Class Student -first Name Iast Name - StudentID * Class Sechon -Student IDArray - Scores Array * CaseD RsO class College Contains a static method that calculates grade given an average Call the method averageToGnrade * Class PrintReport -This will be the only application Class (ie, the only one with mainO) You will have to have a Simple search functions that use StudentID ds an argument. classes must have to String and equals methods.