
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
Create a C program:
So your first job here at MCWE, the city's premiere water company, is going to involve making software that would allow us to calculate our customer's monthly bill with ease. Our company offers 3 different packages:
Package 1- P250.00 plus P0.002 per gallon used
Package 2 - P5,000.00 for the first 4 million gallons and
PO.002 for each additional gallons
Package 3 - P8,000.00 if usage does not exceed 4 million gallons, P14,000.00 if usage is more than 4 million gallons but not more than 10 million gallons, and P18,000.00 if usage exceeds 10 million gallons.
Your program should ask the user for the package and the gallons of water used. It should then output the users monthly water bill. If the user inputs any value other than the ones stated above, print out "This package doesn't exist." Best of luck!

Transcribed Image Text:1. The package the user is using
Constraints
The number of the package
Sample
1
2. Number of gallons they've consumed
Output
The first line will contain a message prompt to input the
number of the package.
The second line will contain a message prompt to input
the number of gallons consumed.
The last line contains the total cost of their water usage.
Enter the letter of package (1, 2, 3): 1
Enter the number of gallons consumed: 12000
Total cost
= P274.00

Transcribed Image Text:So your first job here at MCWE, the city's premiere water
company, is going to involve making software that would
allow us to calculate our customer's monthly bill with
ease. Our company offers 3 different packages:
Package 1- P250.00 plus P0.002 per gallon used
Package 2 - P5,000.00 for the first 4 million gallons and
PO.002 for each additional gallons
Package 3 - P8,000.00 if usage does not exceed 4
million gallons, P14,000.00 if usage is more than 4 million
gallons but not more than 10 million gallons, and
P18,000.00 if usage exceeds 10 million gallons.
%3D
Your program should ask the user for the package and
the gallons of water used. It should then output the
users monthly water bill. If the user inputs any value
other than the ones stated above, print out "This
package doesn't exist." Best of luck!
Input
1. The package the user is using
Constraints
The number of the packaae.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 2 steps with 1 images

Knowledge Booster
Similar questions
- Design a program that takes the height of 10 people (you may take the heights in inches) and calculatesaverage height. Based on the average height of these 10 people, determine if this group is better suitedto be an MLB team, NBA team, or a group of Jockeys (e.g. Kentucky Derby). First record your raw data onto a spreadsheet. The raw datacan be in inches. The C++ program is to read from the spreadsheet, calculate the average height, andoutput a summary of the results onto either a .txt or .rtf file. The summary should only include theaverage height and the appropriate sport. Please make sure the average height is in whole numbers andis in feet and inches.arrow_forwardI need some help with project 5 in program logicarrow_forward
Recommended textbooks for you
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY

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 Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science

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
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education

Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY