Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)