Program that allows users to get an idea of what their GPA may look like
MacOS comes preinstalled with the java compiler, so there are no downloads required to run this program. All you need to do is:
- Save the file to your system
- Launch terminal and enter directory where the source code is located
- Compile with "javac GPA.java"
- Run code with "java GPA.java"
For machines running windows you will need to:
- Make sure you have JRE installed
- Save the file to your system
- Launch Comand Prompt and enter directory where the source code is located
- Compile with "javac GPA.java"
- Run code with "java GPA.java
This is a very basic program but there is room to expand it. If you have any ideas about making a graphical interface, feel free to get into contact with me.