Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 608 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 608 Bytes

Life Prognosis Management System

Description

This project is intended to calculating the life expectancy of people with HIV

How to Run the Project

  1. Download the project folder and extract it.
  2. Open a terminal and navigate to the project directory.
  3. Open credentials.txt file to see user credentials for admin.
  4. Compile the Java source code by running the following command:
    javac *.java
    
  5. Run the compiled program using the following command:
    java Main
    
  6. If you have logged in as Admin, you can export files and find them in exports folder.