nidhalmessaoudi / CalcScore

A CLI application to calculate the Tunisian Baccalaureate score.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CalcScore

A CLI application to calculate the Tunisian Baccalaureate score.

Usage

Note: You need to have JDK version 8 or heigher to run this app correctly.

=> The project contains only one package which is org.nidhal;
=> The main method is on the Main Class. So, in ~/src/ dir, just run:

  • javac org/nidhal/*.java to compile the app. Then:
  • java org.nidhal.Main to run it;

That's it :)

About

A CLI application to calculate the Tunisian Baccalaureate score.


Languages

Language:Java 100.0%