Skip to content

Blasphemeous/Electric-Billing-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Electric Billing System Java (Console-Based)

Requirements

  • Windows Command Prompt (This System has features that can only be accessed through Windows Command Prompt)
  • Java (JDK)

Instruction to run the code properly

  1. Download the files of Billing folder from this repository (Make sure your Java (jdk) has been set up already in your Operating System)
  2. Open the Billing file and information file in your Java compiler (Any Java compiler will do)
  3. Change the package name according to the project name upon creation of new project
  4. Configure the file paths in the syntax, according to your directory to successfully run the code
  5. Open your Windows Command Prompt and find the directory in which the Java file is stored
  6. 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

About

A console-based Electric Billing System written in Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages