Q41
Which of the following code constructs vector of length 11?
A.
> v <- 3*x + y + 1
B.
> v <- 3*x + y + 2
C.
> v <- 2*x + y + 1
AnswerD.
> v <- 2*x + y + 4
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board