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  

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

1 Expert Approved Answer
Step: 1 Unlock

The image youve provided contains two separate questions pertaining to C programming For question 2 ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!