SAS_Institute
A00-201 · Question #48
Which one of the following SAS statements correctly computes the average of four numerical values?
The correct answer is B. average = mean(of num1 - num4). See the full explanation below for the reasoning.
Question
Which one of the following SAS statements correctly computes the average of four numerical values?
Options
- Aaverage = mean(num1 - num4);
- Baverage = mean(of num1 - num4);
- Caverage = mean(of num1 to num4);
- Daverage = mean(num1 num2 num3 num4);
How the community answered
(43 responses)- A5% (2)
- B74% (32)
- C16% (7)
- D5% (2)
Community Discussion
No community discussion yet for this question.