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