πŸ“Š R Programming
Q. 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)
πŸ’¬ Discuss
βœ… Correct Answer: (D) Z <- (3, 4, 4)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
106
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
84%
Success Rate