Write a C++ program correctly that asks the user to enter two positive integer numbers as the lower bound and upper bound. Then it asks the user to enter a character: - If the entered character is ‘a’, function1 is called. - If the entered character is ‘b’, function2 is called and then the value of result variable is printed. - If the entered character is ‘c’, function3 is called and the returned value of the function3 is printed. - If the user enters any other character, the program prints “invalid input” and terminates. Function 1: This function accepts the upper bound and lower bound numbers as the input arguments and prints out all the numbers in this range (Inclusive) which are multiples of both 7 and 2. Function 2: This function has no return value. It accepts 3 input arguments: the upper bound and lower bound numbers and a variable result (by reference) and calculates the difference between two entere

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

5) Write a C++ program correctly that asks the user to enter two positive integer numbers as the lower bound and upper bound. Then it asks the user to enter a character:
- If the entered character is ‘a’, function1 is called.
- If the entered character is ‘b’, function2 is called and then the value of result variable is printed.
- If the entered character is ‘c’, function3 is called and the returned value of the function3 is printed.
- If the user enters any other character, the program prints “invalid input” and terminates.
Function 1: This function accepts the upper bound and lower bound numbers as the input arguments and prints out all the numbers in this range (Inclusive) which are multiples of both 7 and 2.
Function 2: This function has no return value. It accepts 3 input arguments: the upper bound and lower bound numbers and a variable result (by reference) and calculates the difference between two entered numbers and save it in the result.

Function 3:
This function returns a variable of type double (sum) and accepts the upper bound and lower bound numbers (lower and upper variables) as input arguments. It calculates the results of following equation and returns the sum variable. (please note that the number of digits after
the decimal point should be set to 3 for the sum value) 

sum=1/lower+1/lower+1+1/lower+2+...1/upper

PS: Here are several sample outputs:

 

 

Please enter two positive integer numbers: (Lower bound/Upper bound): 11 63
Please enter a character: a
List of numbers in this interval which are multiple of both 2 and 7: 14 28 42 56
Please enter two positive integer numbers: (Lower bound/Upper bound): 11 63
Please enter a character: b
The difference between two numbers is 52
Please enter two positive integer numbers: (Lower bound/Upper bound): 20 25
Please enter a character: c
the value of sum is: 0.268
Please enter two positive integer numbers: (Lower bound/Upper bound): 20 25
Please enter a character: z
Invalid input
Transcribed Image Text:Please enter two positive integer numbers: (Lower bound/Upper bound): 11 63 Please enter a character: a List of numbers in this interval which are multiple of both 2 and 7: 14 28 42 56 Please enter two positive integer numbers: (Lower bound/Upper bound): 11 63 Please enter a character: b The difference between two numbers is 52 Please enter two positive integer numbers: (Lower bound/Upper bound): 20 25 Please enter a character: c the value of sum is: 0.268 Please enter two positive integer numbers: (Lower bound/Upper bound): 20 25 Please enter a character: z Invalid input
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 3 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