2. 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 t 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 1: 35 for the first 1000 kwh and 0.75 for each additional kwh

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question

Use C language in creating this program

2. 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
1: 35 for the first 1000 kwh and 0.75 for each additional kwh
Transcribed Image Text:2. 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 1: 35 for the first 1000 kwh and 0.75 for each additional kwh
Expert Solution
steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning