nerdexam
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)
  • A
    14% (5)
  • B
    5% (2)
  • C
    78% (29)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice