An open API service indexing awesome lists of open source software.

https://github.com/prem-ium/final-grade-calculator

🏫 Calculates lowest possible grade needed on final exam to get desired final grade & calculates final course grade.
https://github.com/prem-ium/final-grade-calculator

calculate-grades exam final final-exam gpa gpa-calculator grade-calculator grades grading java

Last synced: 26 days ago
JSON representation

🏫 Calculates lowest possible grade needed on final exam to get desired final grade & calculates final course grade.

Awesome Lists containing this project

README

          

# Final Grade Calculator

An awesome Java program that will help you determine the lowest possible grade you can score on a final exam to end up with your desired final grade, or calculate your final grade if you've already gotten your exam grade.

## Installation


animated

Using your terminal, clone this repository and CD into the src file

```bash
git clone https://github.com/Prem-ium/Final-Grade-Calculator.git
cd Final-Grade-Calculator/FinalGradeCalculator/src
```
Compile & Start the Java program
```bash
javac FinalGradeCalculator.java
java FinalGradeCalculator
```
## Demo
Calcuating the lowest grade necessary to achieve desired final grade:

https://user-images.githubusercontent.com/80719066/185804886-2ef23648-2b8c-472f-b9cc-8d9ffd02263a.mp4

Calculating the final grade, provided having final exam grade:

https://user-images.githubusercontent.com/80719066/185804902-d17947d2-78b1-4d0d-9177-05752b3d624d.mp4

## License

[MIT](https://choosealicense.com/licenses/mit/)