Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diveshthapa/nea_electricity_billing
NEA calculates and prints an electricity bill.
https://github.com/diveshthapa/nea_electricity_billing
bill c calculate electricity nea nepal program
Last synced: 11 days ago
JSON representation
NEA calculates and prints an electricity bill.
- Host: GitHub
- URL: https://github.com/diveshthapa/nea_electricity_billing
- Owner: diveshthapa
- License: gpl-3.0
- Created: 2024-07-24T07:07:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T07:46:21.000Z (6 months ago)
- Last Synced: 2024-11-08T07:53:17.437Z (2 months ago)
- Topics: bill, c, calculate, electricity, nea, nepal, program
- Language: C
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NEA_electricty_billing
NEA calculates and prints an electricity bill.
## The program offers two options:
- Enter custom unit costs and extra charge (choice 1).
- Use predefined unit costs and extra charge (choice 2).
- It asks for the user's first and last name.
- Based on the chosen option, it calculates the total bill based on unit ranges and their corresponding costs.
- It prints the bill details, including unit ranges, costs, total consumption, extra charge, and final amount.
## Some of Screenshots :
Enter User Value
:-------------------------:
![nea](https://raw.githubusercontent.com/diveshthapa/NEA_electricity_billing/main/image/enter_user_value.jpeg)
NEA Bill
:-------------------------:
![neabill](https://raw.githubusercontent.com/diveshthapa/NEA_electricity_billing/main/image/NEA_bill.png)