Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java- intro class. no fancy stuff, please. keep it as simple as possible. #13 - Internet Service Provider (Note: Use Switch and IF Statements) #14

Java- intro class. no fancy stuff, please. keep it as simple as possible.

#13 - Internet Service Provider

(Note: Use Switch and IF Statements)

#14 - Internet Service Provider 2

(Note: Use Switch and IF Statements)

13) 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 are provided. Write a program that calculates a customer's 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.

14)Modify the program you wrote for the program above "13" so it also calculates and displays the amount of money Package A customers would save if they purchased Packages B or C, and the amount of money Package B customers would save if they purchased Package C. If there would be no savings, no message should be printed.

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

Students also viewed these Databases questions

Question

2. Describe why we form relationships

Answered: 1 week ago

Question

5. Outline the predictable stages of most relationships

Answered: 1 week ago