Calculates a student's GPA for a semester.
Just a rudimentary GPA calculator meant for seeing how in trouble I might be this semester. This was written when I was still in college and probably does not exhibit the finest of code quality standards.
Requires Java to run.
- Clone the repo
git clone https://github.com/LoganEStack/GPA-Calculator.git
The logic for the program. Inputs are sent here to calculate a GPA number.
Handles graphics for the program using Swing.