Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi, I need help creating this program in C++. Could I get a help? 4:55 AM 59% OBJECTIVE: Program for everyday life problems, which requires

Hi, I need help creating this program in C++. Could I get a help?

image text in transcribedimage text in transcribed

4:55 AM 59% OBJECTIVE: Program for everyday life problems, which requires decisions using C++. Learn how to break a large problem into smaller chunks that can be combined together to achieve larger goal Assignment Description -You are given a large problem that is divided into three parts, for the final submission you need to submit only one program that combines all three parts Internet Service Provider An Internet service provider has three different subscription packages for its customers Package A: $9.95 per month 10 hours of access are provided. Additional hours are $2.00 per hour Package B: $14.95 per month 20 hours of access are provided. Additional hours are $1.00 per hour Package C: $19.95 per month unlimited access is provided 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. Exit the program if user enters incorrect information Internet Service Provider, Part 2 Modify the for Internet Service Provider Part 1 so that it also displays how much money Package A customers would save if they purchased packages B or C, and how much money Package B customers would save if they purchased Package C. If there would be no savings, no message should be printed Internet Service Provider, Part 3 Months with 30 days have 720 hours, and months with 31 days have 744 hours. February, with 28 days, has 672 hours. Enhance the input validation of the Internet Service Provider Part 2 by asking the user for the month (by name), and validating that the number of hours entered is not more than the maximum for the entire month Here is a table of the months, their days, and number of hours in each. Month Days 31 28 Hours Janua Februa 672 744 720 744 720 744 744 720 744 March 30 31 30 ril June Jul August September October 30 31 November December 720 744 30

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

Database Design Query Formulation And Administration Using Oracle And PostgreSQL

Authors: Michael Mannino

8th Edition

1948426951, 978-1948426954

More Books

Students also viewed these Databases questions

Question

Explain the different types of marketing strategies.

Answered: 1 week ago

Question

Explain product positioning.

Answered: 1 week ago

Question

Explain Industrial market segment.

Answered: 1 week ago

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago