Que: 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
d. > v <- 2*x + y + 4
Answer: > v <- 2*x + y + 1

Leave a Comment