subject

To write a C++ program that:

 Builds upon and reinforces our work in Project #1

 Utilizes selection (if, if..else) and iteration (while, for, do..while) constructs, as

appropriate

 Illustrates multi-way branches

Prep Readings:

Problem Solving with C++, Chapters 2 and 3.

Project Requirements:

1. Develop a program that calculates the cost of a mobile device service. The cost of the
service is determined by the base price and number of message units to be used. The
packages are structured so that the basic package, package "A," is the least expensive if the
user doesn't use many message units, however if the user uses more than the pre-paid
minimum, the charge is significantly more for each additional message unit. Users who
choose package "C" pay a flat rate for unlimited use. The cost of Package "B" is between
these extremes. Details of the packages structure are listed here:

Package Base Price Additional Fees

A $19.99 $0.25 per message unit after 20 units
B $39.99 $0.10 per message unit after 100 units
C $59.99 Unlimited message units

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 09:30
Given a link with a maximum transmission rate of 32.8 mbps. only two computers, x and y, wish to transmit starting at time t = 0 seconds. computer x sends filex (4 mib) and computer y sends filey (244 kib), both starting at time t = 0. statistical multiplexing is used, with details as follows packet payload size = 1000 bytes packet header size = 24 bytes (overhead) ignore processing and queueing delays assume partial packets (packets consisting of less than 1000 bytes of data) are padded so that they are the same size as full packets. assume continuous alternating-packet transmission. computer x gets the transmission medium first. at what time (t = ? ) would filey finish transmitting? give answer in milliseconds, without units, and round to one decimal places (e.g. for an answer of 0.013777 seconds you would enter "13.8" without the quotes)
Answers: 3
question
Computers and Technology, 24.06.2019 03:30
Explain the importance of html in web page designing in 20 sentences..
Answers: 1
question
Computers and Technology, 24.06.2019 07:30
Jason is working on a microsoft excel worksheet and he wants to create a print preview shortcut. his teacher asks him to access the customization option to create the new shortcut. which two tabs should jason select to place the print preview shortcut on the worksheet toolbar? a. new tab (custom) and new group (custom) b. new file tab (custom) and new tab (custom) c. new custom group and new command d. new custom tab and new command
Answers: 2
question
Computers and Technology, 24.06.2019 08:30
Why might you choose to create a functional resume
Answers: 1
You know the right answer?
To write a C++ program that:

 Builds upon and reinforces our work in Project #1
Questions
Questions on the website: 13722367