Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 805 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 805 Bytes

DYNAMIC CGPA CALCULATOR:

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

Instructions to execute:

Execute jar file with following command in terminal or cmd
java -jar student_grading_system.jar

Important Points:

  • 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