An Electricity board charges the
elgetriels
following rates for the
200 unite; 8op per unit
For the 1st 100 unts: 9op perunit
beyond 300 unit:100perunit
if the total amount is more than 400 Rs Than additional charge of 15% of total amount is charge. write a program to calculate the amount
Answers
Answered by
0
Explanation:
An electricity board charges the following rates to users – For first 100 units : 40p per unit – For next 200 units : 50p per unit – Beyond 300 units : 60p per unit All users are charged a minimum of Rs.150. If the total cost is more than Rs.250.00 then an additional charges of 15% are added. Write a C++ program using class to read the name of users & number of units consumed & print out the charges with names.(Use Array of Objects)
Similar questions