Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(Java) Internet Service provider An Internet service provider has three different subscription packages for its customers: Package A: For $9.95 per month 10 hours of

(Java) Internet Service provider An Internet service provider has three different subscription packages for its customers: Package A: For $9.95 per month 10 hours of access are provided. Additional hours are $2.00 per hour. Package B: For $13.95 per month 20 hours of access are provided. Additional hours are $1.00 per hour. Package C: For $19.95 per month unlimited access is provided. Write a program that calculates a customers monthly bill. It should ask the user to enter the letter of the package the customer has purchased (A, B, or C) and the number of hours that were used. It should then display the total charges.

Test Case1:

Enter the letter of the package purchased:

A

Enter the number of hours that were used:

20

Your total charges are $29.95

Test Case2:

Enter the letter of the package purchased:

b

Enter the number of hours that were used:

10

Your total charges are $13.95

Test Case3:

Enter the letter of the package purchased:

C

Enter the number of hours that were used:

20

Your total charges are $19.95

Test Case4:

Enter the letter of the package purchased:

D

Enter the number of hours that were used:

20

That package input was not an option.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database And Transact SQL

Authors: Lucy Scott

1st Edition

1974679985, 978-1974679980

More Books

Students also viewed these Databases questions