Question: Q 2 . ( 5 0 marks ) Write a C + + program that asks the user to enter two positive integer numbers as
Q marks Write a C program 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 function is called. If the entered character is b function is called and then the value of result variable is printed If the entered character is c function is called and the returned value of the function is printed. If the entered character is d function is called. If the user enters any other character, the program prints invalid input and terminates. Function : 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 and Function : This function has no return value. It accepts input arguments: the upper bound and lower bound numbers and a variable result by reference First, calculating the absolute difference between lower and upper bound numbers, computing the logarithm base of the absolute difference and save it in the result. please note that the number of digits after the decimal point should be set to for the result value Function : 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 for the sum value sum Function : This function has no return value. It accepts the upper bound and lower bound numbers as the input arguments and prints out a Triangle pattern with following rules: Get the number of rows for the Triangle: Calculate the sum of lower and upper bound numbers, then take its last digit of the sum. This last digit is the number of rows for the Triangle pattern. If the last digit is we dont print out anything The first and last element of every row is always The number at position n k is the binomial coefficient calculated as: Tn k Tn k Tn k
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
