1 Daphne Bridgerton | 84 | 85 | 100
2 Simon Basset | 100 | 84 | 86
3 Anthony Bridgerton | 75 | 87 | 99
The first column is the Laboratory Exercise, second column is the Long Quiz and 3rd column is the Alternative Assessment
Create a program in Java that will read the CSV file and compute the Final Grade of the student using the computation below:
Lab Exercise * 30% + Long Quiz * 30% + Alternative Assessment * 40% = Final Grade
Then, display the final grade of each student.
Comments
Leave a comment