Write a program that calculates and prints bills for the city power company. The program should prompt the user to enter an account number (type unsigned int) and a use code (type chax). Code R means residential use, code C means commercial use and code I means Industrial use. For valid codes, both lowercase and uppercase letters should be accepted by the program (1.e., z or R for residential, or C for commercial, and i or I for Industrial). The user should be prompted until a valid code is entered. Depending on the selected account type (use code), the user should then be prompted to provide the consumption figures in whole numbers of kilowatts-hour (type unsigned int). The rates vary depending on whether the use is residential, commercial or Industrial, and are computed in terms of used kilowatts-hour (kwh) as follows: Residential (code R): £4.00 plus £0.03 per kwh used. Commercial (code C): £40.00 for the first 1500 kwh and £0.02 for each additional kwh used. Industrial (code I): Rate varles depending on time of usage: Peak hours: €53.00 for the first 1600 kwh £0.07 for each additional kwh £32.00 for the first 1500 kwh £0.04 for each additional kwh The program should then display the account number and the amount due by the user. The calculation of the amount due should be performed by three functions: Off-peak hours:

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
1 commercial (): Function that takes an Input argument kwh of type unsigned int and
returns the amount due as a value of type double. This function should be used to compute
the bill for commercial customers.
3. industrial (): Function that takes two input arguments kwh peak and
kwh off peak of type unsigned int both and returns the amount due as a value of
type double. This function should be used to compute the bill for Industrial customers.
in the test part of your report, specify the results provided by your program for: 1) residential
use of 500 kwh, 11) commercial use of 1000 kwh; III) commercial use of 2000 kwh; Iv) Industrial
use of 1000 kwh (peak hours) and 2000 kwh (off-peak hours).
Transcribed Image Text:1 commercial (): Function that takes an Input argument kwh of type unsigned int and returns the amount due as a value of type double. This function should be used to compute the bill for commercial customers. 3. industrial (): Function that takes two input arguments kwh peak and kwh off peak of type unsigned int both and returns the amount due as a value of type double. This function should be used to compute the bill for Industrial customers. in the test part of your report, specify the results provided by your program for: 1) residential use of 500 kwh, 11) commercial use of 1000 kwh; III) commercial use of 2000 kwh; Iv) Industrial use of 1000 kwh (peak hours) and 2000 kwh (off-peak hours).
Write a program that calculates and prints bills for the city power company.
The program should prompt the user to enter an account number (type unsigned int) and
a use code (type char). Code R means residential use, code C means commercial use and
code I means industrial use. For valid codes, both lowercase and uppercase letters should be
accepted by the program (l.e., z or R for residential, c or C for commercial, and i or I for
Industrial). The user should be prompted until a valid code is entered.
Depending on the selected account type (use code), the user should then be prompted to
provide the consumption figures in whole numbers of kilowatts-hour (type unsigned int).
The rates vary depending on whether the use is residential, commercial or Industrial, and are
computed in terms of used kilowatts-hour (kwh) as follows:
Residential (code R):
Commercial (code C):
Industrial (code I):
£4.00 plus £0.03 per kwh used.
£40.00 for the first 1500 kwh and £0.02 for each additional kwh used.
Rate varles depending on time of usage:
Peak hours:
€53.00 for the first 1600 kwh
€0.07 for each additional kwh
€32.00 for the first 1600 kwh
€0.04 for each additional kwh
The program should then display the account number and the amount due by the user.
The calculation of the amount due should be performed by three functions:
Off-peak hours:
1. residential (): Function that takes an Input argument kwh of type unsigned int
and returns the amount due as a value of type double. This function should be used to
compute the bill for residential customers.
Transcribed Image Text:Write a program that calculates and prints bills for the city power company. The program should prompt the user to enter an account number (type unsigned int) and a use code (type char). Code R means residential use, code C means commercial use and code I means industrial use. For valid codes, both lowercase and uppercase letters should be accepted by the program (l.e., z or R for residential, c or C for commercial, and i or I for Industrial). The user should be prompted until a valid code is entered. Depending on the selected account type (use code), the user should then be prompted to provide the consumption figures in whole numbers of kilowatts-hour (type unsigned int). The rates vary depending on whether the use is residential, commercial or Industrial, and are computed in terms of used kilowatts-hour (kwh) as follows: Residential (code R): Commercial (code C): Industrial (code I): £4.00 plus £0.03 per kwh used. £40.00 for the first 1500 kwh and £0.02 for each additional kwh used. Rate varles depending on time of usage: Peak hours: €53.00 for the first 1600 kwh €0.07 for each additional kwh €32.00 for the first 1600 kwh €0.04 for each additional kwh The program should then display the account number and the amount due by the user. The calculation of the amount due should be performed by three functions: Off-peak hours: 1. residential (): Function that takes an Input argument kwh of type unsigned int and returns the amount due as a value of type double. This function should be used to compute the bill for residential customers.
Expert Solution
steps

Step by step

Solved in 3 steps with 8 images

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