The New Telephone Company has the following rate structure for long a. The regular rate for a call is P8 per minute. b. Any call started after 6:00P.M. (1800 hours) but before 8:00 A.M (0800 hours) is discounted 50%. c. Any call longer than 60 minutes receives a 15% discount. d. All calls are subject to 4% federal tax on the cost after any discounts Write a program that takes the start time for a call based on a 24-houre call in minutes. The gross cost (before any discounts or tax) should be net cost (after discounts are deducted and tax is added).

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 19PE
icon
Related questions
Question
To implement conditional problems using multiple-if or nested-if
Objectives:
statements.
Description
The New Telephone Company has the following rate structure for long-distance calls:
a. The regular rate for a call is P8 per minute.
b. Any call started after 6:00P.M. (1800 hours) but before
8:00 A.M (0800 hours) is discounted 50%.
c. Any call longer than 60 minutes receives a 15% discount.
d. All calls are subject to 4% federal tax on the cost after any discounts.
Write a program that takes the start time for a call based on a 24-hour clock and the length of the
call in minutes. The gross cost (before any discounts or tax) should be displayed followed by the
net cost (after discounts are deducted and tax is added).
Sample Output if Applicable
Input:
Input the start time of the call:
Input the length of call in minutes : 61
1800
Output :
Gross cost : 488.00
Net cost : 430.56
Transcribed Image Text:To implement conditional problems using multiple-if or nested-if Objectives: statements. Description The New Telephone Company has the following rate structure for long-distance calls: a. The regular rate for a call is P8 per minute. b. Any call started after 6:00P.M. (1800 hours) but before 8:00 A.M (0800 hours) is discounted 50%. c. Any call longer than 60 minutes receives a 15% discount. d. All calls are subject to 4% federal tax on the cost after any discounts. Write a program that takes the start time for a call based on a 24-hour clock and the length of the call in minutes. The gross cost (before any discounts or tax) should be displayed followed by the net cost (after discounts are deducted and tax is added). Sample Output if Applicable Input: Input the start time of the call: Input the length of call in minutes : 61 1800 Output : Gross cost : 488.00 Net cost : 430.56
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning