Q. What will be the output of the following R code?
> x <- 3
> switch(6, 2+2, mean(1:10), rnorm(5))
β
Correct Answer: (C)
NULL
You must be Logged in to update hint/solution