This project is intended to calculating the life expectancy of people with HIV
- Download the project folder and extract it.
- Open a terminal and navigate to the project directory.
- Open
credentials.txt
file to see user credentials for admin. - Compile the Java source code by running the following command:
javac *.java
- Run the compiled program using the following command:
java Main
- If you have logged in as Admin, you can export files and find them in
exports
folder.