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 method 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

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

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 method 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
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY