Skip to content

This project is an Electricity Billing System implemented in the C programming language. It is designed to calculate electricity bills based on consumed units and includes robust file-handling functionality to store and manage user records for historical reference. The system provides a clear and efficient approach to managing billing details.

License

Notifications You must be signed in to change notification settings

Siddiqui145/Electricity_Billing_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Electricity_Billing_System

Introduction The Electricity Billing System is a simple command-line application written in C. It allows users to calculate electricity bills based on different rate categories and record the billing details. This system is useful for individuals or small businesses who want to manage their electricity usage and expenses efficiently.

Features

  • Calculate electricity bills based on various rate categories:
    • Upto 20 Units
    • 21 To 30 Units
    • 31 To 50 Units
    • 51 To 150 Units
    • 151 To 250 Units
    • 251 To 400 Units
    • 400+ Units
  • Save billing details to a text file for future reference.
  • View previous billing records.

Installation To use the Electricity Billing System, follow these steps:

  1. Clone this repository to your local machine using git clone https://github.com/Siddiqui145/electricity-billing-system.git
  2. Compile the source code using a C compiler (e.g., GCC).
  3. Run the compiled executable file.

Usage

  1. Run the executable file of the Electricity Billing System.
  2. Select the desired option from the menu:
    • Calculate Bill: Choose the appropriate unit range and enter the consumed units to calculate the bill.
    • Show Previous Records: View previous billing records stored in the system.
    • Exit: Terminate the program.
  3. Follow the prompts to input necessary information and view the calculated bill.

About

This project is an Electricity Billing System implemented in the C programming language. It is designed to calculate electricity bills based on consumed units and includes robust file-handling functionality to store and manage user records for historical reference. The system provides a clear and efficient approach to managing billing details.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages