

MCQOPTIONS
Saved Bookmarks
1. |
Two vectors M and N are defined as M <- c(3, 2, 4) and N <- c(1, 2). What will be the output of vector Z that is defined as Z <- M*N. |
A. | Z <- (3, 2, 4) |
B. | Z <- (3, 6, 4) |
C. | Z <- (3, 4, 5) |
D. | Z <- (3, 4, 4) |
Answer» E. | |