Question: 14.(6 pts) There are four functions shown in the code segment below. Assume all variables and function prototypes have been correctly declared before this segment

14.(6 pts) There are four functions shown in the code segment below. Assume all variables and function prototypes have been correctly declared before this segment of code value sum = = Compute (SumUP(count) , Total(inFile, num); MyCalc()) ; A) Which function(s) is(are) most likely value-returning function(s)? B) Which function(s) is(are) most likely void function(s)? C) What are the arguments that are used in the function cals? 15. (6 pts) If a user enters the numbers 1 1 2 3 -5 3 -1 -8 9 0, what is the output for the following segment of code? Place one character per box, and skip a box to indicate a space. int sum = 0; int number do cin > number I/ read in a number from standard input if (number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
