jar

io.github.NavjotSRakhra : SGPACalculator

Maven & Gradle

May 23, 2023
0 stars

SGPA Calculator · This module primarily is used to calculate SGPA of a list of subjects with their grades and credits stored in SubjectGradeList. It can also be used just to store subject grade and the corresponding credits. This also has 11 enums which represents grades.

Table Of Contents

Latest Version

Download io.github.NavjotSRakhra : SGPACalculator JAR file - Latest Versions:

All Versions

Download io.github.NavjotSRakhra : SGPACalculator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window SGPACalculator-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

navjot.sgpaCalculator.grade

├─ navjot.sgpaCalculator.grade.Grade.class - [JAR]

├─ navjot.sgpaCalculator.grade.package-info.class - [JAR]

navjot.sgpaCalculator.subject

├─ navjot.sgpaCalculator.subject.SubjectGradeList.class - [JAR]

├─ navjot.sgpaCalculator.subject.package-info.class - [JAR]

navjot.sgpaCalculator

├─ navjot.sgpaCalculator.CalculateSGPA.class - [JAR]

├─ navjot.sgpaCalculator.package-info.class - [JAR]