/student-information-system

It gives random notes to the data received from the user. Calculates the person's grade point average and the award according to the result.

Primary LanguageJava

Student Information System

Student Information System result

It takes the student's name, surname and id from the user. Grades are given randomly to students whose information is entered. And the average is calculated and the prize he wins is determined.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir out
  3. Copy sources files into output directory: cp src/*.java out
  4. Go to output directory and compile: cd out
  5. Compile: javac *.java && jar cfe App.jar Main *.class
  6. Run it: java -jar App.jar.