Computer Science, asked by koushikiroy4, 7 hours ago

WRITE A JAVA PROGRAM FOR THE FOLLOWING:-
Maharashtra State Electricity board charges their consumers according to the units consumed (per
month) as per the given tariff: UNITS CONSUMED CHARGES Up to 100 units 80 paise/unit More than
100 up to 200 units `. 1 / unit More than 200 units ` 1.25 / unit
In addition to the above-mentioned charges, every consumer has to pay ` 50 as Service Charge per
month and calculate the Electricity Bill. Write a program to create the object of the class and call the
member methods.

Answers

Answered by rishikasrivastav88
1

Explanation:

WRITE A JAVA PROGRAM FOR THE FOLLOWING:-

Maharashtra State Electricity board charges their consumers according to the units consumed (per

month) as per the given tariff: UNITS CONSUMED CHARGES Up to 100 units 80 paise/unit More than

100 up to 200 units `. 1 / unit More than 200 units ` 1.25 / unit

In addition to the above-mentioned charges, every consumer has to pay ` 50 as Service Charge per

month and calculate the Electricity Bill. Write a program to create the object of the class and call the

member methods.

Similar questions