Answer:
I don't work with C but I work with C++, from what I can understand it would be 4. All parameters need to be there for this function to work properly. I apologize if this is wrong, but I've never worked with C before.
Explanation:
Answer:
First blank: MAX
Second blank: AVERAGE
Explanation:
Required
Complete the blanks
The first blank is to be filled with a function that calculates the highest score from a given range of scores (cells).
To do this, we make use of the MAX function, and the syntax is:
=MAX(cell_range)
The second blank is to be filled with a function that calculates the mean score from a given range of scores (cells).
To do this, we make use of the AVERAGE function, and the syntax is:
=AVERAGE(cell_range)
Answer:
Processing
Explanation:
The processor of a computer takes inputs runs them through the loaded programs and returns outputs usually to the screen or speakers of the computer.