Question: 2. Given the code below, write an if structure to display the maximum number among x, y, and z. (30%) double x, y, z;
2. Given the code below, write an if structure to display the maximum number among x, y, and z. (30%) double x, y, z; cin >> x >> y >> z; 3. Write a function to compute the average of all elements of a double array. The function should take 2 parameters: the array and the size of the array. The function should return the average of all elements. You may use a for loop in your function. (40%)
Step by Step Solution
3.42 Rating (152 Votes )
There are 3 Steps involved in it
The image youve provided contains two separate questions pertaining to C programming For question 2 ... View full answer
Get step-by-step solutions from verified subject matter experts
