Using turbo C++ and Switch Statement:
Electric Bill: Write a program that will calculate and show bills of the Manila Electric Company. The rates vary depending on whether the use is residential (R), commercial( C) , or industrial (I). Any other code should be treated as an error.
The program should accept the subscriber ID, Subscriber Name, his total electrical consumption in a month, and the code of the consumer type.
The rates are computed as follows:
R: 10 per kwh used
C: 20 for the first 1000 kwh and 0.45 for each additional kwh
I: 35 for the first 1000 kwh and 0.75 for each additional kwh
Using turbo C++ and Switch Statement: Electric Bill: Write a program that will calculate and show bills of the Manila El
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Using turbo C++ and Switch Statement: Electric Bill: Write a program that will calculate and show bills of the Manila El
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!