Question 1 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: i. Domestic if less than or equal to 100 kwh is consumed; ii. Industrial if more than 100kwh but less than or equal to 200kwh is consumed; iii. 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: i. Domestic customers, 0.3 GHC per kwh for the first 60kwh and 0.5 GHC for the rest ii. Industrial customers, 0.5 GHC per kwh for the first 120kwh and 0.75 GHC for the rest iii. 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.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Topic Video
Question

Question 1

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:

i. Domestic if less than or equal to 100 kwh is consumed;

ii. Industrial if more than 100kwh but less than or equal to 200kwh is consumed;

iii. 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:

i. Domestic customers, 0.3 GHC per kwh for the first 60kwh and 0.5 GHC for the rest

ii. Industrial customers, 0.5 GHC per kwh for the first 120kwh and 0.75 GHC for the rest

iii. 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.

 

Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Instruction Format
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
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education