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.
Using your terminal, clone this repository and CD into the src file
git clone https://github.com/Prem-ium/Final-Grade-Calculator.git
cd Final-Grade-Calculator/FinalGradeCalculator/src
Compile & Start the Java program
javac FinalGradeCalculator.java
java FinalGradeCalculator
Calcuating the lowest grade necessary to achieve desired final grade:
calculateLowest.mp4
Calculating the final grade, provided having final exam grade: