- Windows Command Prompt (This System has features that can only be accessed through Windows Command Prompt)
- Java (JDK)
- Download the files of Billing folder from this repository (Make sure your Java (jdk) has been set up already in your Operating System)
- Open the Billing file and information file in your Java compiler (Any Java compiler will do)
- Change the package name according to the project name upon creation of new project
- Configure the file paths in the syntax, according to your directory to successfully run the code
- Open your Windows Command Prompt and find the directory in which the Java file is stored
- Run the Java file (Billing) in the command prompt by entering javac Billing.java (compilation), then java Billing.java (execution)
Take note that this project is continuous, therefore expect some updates and changes to come