A monthly fee is charged by an internet service provider according on tier usage as follows: Data Charges Rates, in Megabit(mb) Usage(n), in Gigabit(gb) 0.0 5.0 On a piece of paper, write a C++ program that uses functions and selections to estimate the fee to be paid by a subscriber based on the quantity of data used. It should be noted that the tax rate is 6%. Define global constants for the conversion rate, tiered rates, and tax rate. Sample run: Enter the amount of data used (in gbs): 2.5 Enter * STATEMENT * Charge (data used: 2.5 gbs) £ 125.00 Таx (6%) £7.50 Total £ 132.50 The program's design MUST have the main (15 marks) and the FOUR (4) functions listed below, as well as the structural chart with data flow illustrated below: main charge ax usage charge Ausage usage V charge tax get_data get_charge get_tax print_stmt • get_data : Read input data from the keyboard • get_charge: Process the input data and return the charge • get_tax : Compute and return the tax • print stmt: Print the statement

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
A monthly fee is charged by an internet service provider according on tier usage as follows:
Data
Charges Rates, in Megabit(mb)
Usage(n),
in Gigabit(gb)
0.0 <n< 1.0
£ 0.025/mb
Excess data consumption exceeding 1.0gb is charged at £ 25.00 +
£ 0.05/mb
Excess data consumption exceeding 2.0gb is charged at £ 75.00 +
£ 0.10/mb
Excess data consumption exceeding 5.0gb is charged at £ 375.00 +
£ 0.15/mb
1.0 <n<2.0
2.0 <n<5.0
n> 5.0
On a piece of paper, write a C++ program that uses functions and selections to estimate the
fee to be paid by a subscriber based on the quantity of data used. It should be noted that the tax
rate is 6%. Define global constants for the conversion rate, tiered rates, and tax rate.
Sample run:
Enter the amount of data used (in gbs): 2.5
Enter
* STATEMENT *
Charge (data used: 2.5 gbs)
£ 125.00
Таx (6%)
£7.50
Total
£ 132.50
The program's design MUST have the main (15 marks) and the FOUR (4) functions listed
below, as well as the structural chart with data flow illustrated below:
main
usage
Ausage
1 charge
charge V tax
charge
usage
tax
get_data
get_charge
get_tax
print_stmt
get_data : Read input data from the keyboard
• get_charge: Process the input data and return the charge
• get_tax : Compute and return the tax
• print stmt: Print the statement
Transcribed Image Text:A monthly fee is charged by an internet service provider according on tier usage as follows: Data Charges Rates, in Megabit(mb) Usage(n), in Gigabit(gb) 0.0 <n< 1.0 £ 0.025/mb Excess data consumption exceeding 1.0gb is charged at £ 25.00 + £ 0.05/mb Excess data consumption exceeding 2.0gb is charged at £ 75.00 + £ 0.10/mb Excess data consumption exceeding 5.0gb is charged at £ 375.00 + £ 0.15/mb 1.0 <n<2.0 2.0 <n<5.0 n> 5.0 On a piece of paper, write a C++ program that uses functions and selections to estimate the fee to be paid by a subscriber based on the quantity of data used. It should be noted that the tax rate is 6%. Define global constants for the conversion rate, tiered rates, and tax rate. Sample run: Enter the amount of data used (in gbs): 2.5 Enter * STATEMENT * Charge (data used: 2.5 gbs) £ 125.00 Таx (6%) £7.50 Total £ 132.50 The program's design MUST have the main (15 marks) and the FOUR (4) functions listed below, as well as the structural chart with data flow illustrated below: main usage Ausage 1 charge charge V tax charge usage tax get_data get_charge get_tax print_stmt get_data : Read input data from the keyboard • get_charge: Process the input data and return the charge • get_tax : Compute and return the tax • print stmt: Print the statement
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY