The task was to display the final results in a subject of the students based on the student marks details and marking scheme in the subject. For more info read: Assignment.docs
Execute jar file with following command in terminal or cmd
java -jar student_grading_system.jar
-
The student’s mark details are read from file “Students_Marks_Details.xlsx”
-
The grading scheme is read from file “Marking_Scheme.xlsx”
-
After the processing of inputs, given that execution is successful, “Final_Result.xlsx” is generated and it contains Student’s grade in described format.
-
Both the files taken as input should be in same directory as jar file
-
Java JRE must be installed on system to execute jar file