Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem An cell phone provider has three different subscription packages for its customers: Package A: For $9.95 per month 10 hours of access are provided.

Problem

An cell phone 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 $14.95 per month 20 hours of access are provided. Additional hours are $1.00 per hour.

Package C: For $19.95 per unlimited access is provided.

Write a program to ask which package the customer has purchased, what month they are using and how many hours were used.

Determine maxHours. Months with 30 days have 720 hours, and months with 31 days have 744 hours. February, with 28 days, has 672 hours.

Month Days Hours

January 31 744

February 28 672

March 31 744

April 30 720

May 31 744

June 31 744

July 31 744

August 30 720

September 31 744

October 31 744

November 30 720

December 31 744

Input validation: Be sure the user only selects package A, B, or C. Also, the number of hours used in a month cannot exceed maxHours (or be less than 0).

Display the charge for the Package chosen.

Display how much money Package A customers would save if they purchased packages B or C;

how much money Package B customers would save if they purchased packages A or C;

and how much Package C customers would save if they purchased packages A or B.

If there would be no savings, no message should be printed.

What to hand in:

Please see the title page for requirements for assignments.

You need the following in a single Word document:

Source code listing fully documented (comments for purpose, file, programmer, all variable declarations, and major tasks).

Test runs to show valid and invalid data as well as savings.

User Guide with Purpose stated for a User, a simple run to illustrate the capability of the program and a section for assumptions and limitations

A hierarchy chart for example to calculate the area of a rectangle

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

Data Access Patterns Database Interactions In Object Oriented Applications

Authors: Clifton Nock

1st Edition

0321555627, 978-0321555625

More Books

Students also viewed these Databases questions

Question

Buffers are not the same as slack. Explain.

Answered: 1 week ago

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago