Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

An internet Service provider Part 1 An Internet service provider has three different subscription packages for its customers Package A For $9.95 per month 10

An internet Service provider Part 1 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, and how many hours were used. It should then create a bill that includes the input information and the total amount due. 

The bill should be written to a file. 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. [20 points]  

Step by Step Solution

3.45 Rating (152 Votes )

There are 3 Steps involved in it

Step: 1

Import Javauntilscanner Public class internetserviceprovider Public static void main String args W... 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

Statistics Alive

Authors: Wendy J. Steinberg

2nd Edition

1412979501, 978-1483343341, 1483343340, 978-1412979504

More Books

Students also viewed these Programming questions

Question

2. Write the introduction section of a paper.

Answered: 1 week ago

Question

What is the factor rating method, and how does it work?

Answered: 1 week ago