The impact of COVID-19 on the citizenry has not been good especially when it comes to buying of food and the payment for the provision of essential services such as light and water bills. After lockdown, the government decided to support customers by halving the customer’s light bills. a) Write a program to request for customer’s name, previous and current meter reading (in kwh). b) Your program should categorize customers into domestic, commercial and industrial based on the quantity of electricity consumed. The categorization should follow: 1. Domestic if less than or equal to 100 kwh is consumed; 2. Industrial if more than 100kwh but less than or equal to 200kwh is consumed; 3. Commercial when more than 200kwh is consumed c) Define a function to compute the amount to be paid based on the following consumption pattern, for: 1. Domestic customers, 0.3 GHC per kwh for the first 60kwh and 0.5 GHC for the rest 2. Industrial customers, 0.5 GHC per kwh for the first 120kwh and 0.75 GHC for the rest 3. Commercial customers, 0.9 GHC for the first 201 kwh and 1.5 GHC for the rest. d) After computing the amount to be paid in “c” above, your program should compute an addition 2% (for rural electrification and street light) based on the amount to be paid and add to the amount to be paid and classify it as total amount to be paid. Your program should then display the result. Your result should include the customer’s name, quantity of electricity consumed, category and total amount to be paid. e) Explain the logic behind the code

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter5: Looping
Section: Chapter Questions
Problem 3GZ
icon
Related questions
icon
Concept explainers
Question
100%

The impact of COVID-19 on the citizenry has not been good especially when it comes to buying of food and the payment for the provision of essential services such as light and water bills. After lockdown, the government decided to support customers by halving the customer’s light bills.
a) Write a program to request for customer’s name, previous and current meter reading (in kwh).

b) Your program should categorize customers into domestic, commercial and industrial based on the quantity of electricity consumed. The categorization should follow:
1. Domestic if less than or equal to 100 kwh is consumed;
2. Industrial if more than 100kwh but less than or equal to 200kwh is consumed;
3. Commercial when more than 200kwh is consumed

c) Define a function to compute the amount to be paid based on the following consumption pattern, for:
1. Domestic customers, 0.3 GHC per kwh for the first 60kwh and 0.5 GHC for the rest
2. Industrial customers, 0.5 GHC per kwh for the first 120kwh and 0.75 GHC for the rest
3. Commercial customers, 0.9 GHC for the first 201 kwh and 1.5 GHC for the rest.

d) After computing the amount to be paid in “c” above, your program should compute an addition 2% (for rural electrification and street light) based on the amount to be paid and add to the amount to be paid and classify it as total amount to be paid. Your program should then display the result. Your result should include the customer’s name, quantity of electricity consumed, category and total amount to be paid.

e) Explain the logic behind the code

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Operators
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
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr