Visit www.myprogramminglab.com to complete many of these Programming Challenges online and get instant feedback.
Internet Service Provider
An Internet service provider has three different subscription packages for its customers:
Write a program that calculates a customer’s monthly bill. It should ask which package the customer has purchased and how many hours were used. It should then display the total amount due.
Input Validation: Be sure the user only selects package A, B, or C. Also, the number of hours used in a month cannot exceed 744.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.