Question: `x` is a vector of type integer, as shown on line 1 below. What is the type of the result returned by the statement > median(x)?

  1. numeric
  2. integer
  3. single
  4. double

Answer: The correct answer of the above question is Option D:double