SAS_Institute
A00-211 · Question #18
Which statement correctly computes the average of four numerical values?
The correct answer is C. average = mean(ofnum1 - num4). See the full explanation below for the reasoning.
Question
Which statement correctly computes the average of four numerical values?
Options
- Aaverage = mean(num1, num4);
- Baverage = mean(num1 - num4);
- Caverage = mean(ofnum1 - num4)
- Daverage = mean(num1 num2 num3 num4);
How the community answered
(37 responses)- A14% (5)
- B5% (2)
- C78% (29)
- D3% (1)
Community Discussion
No community discussion yet for this question.