πŸ“Š R Programming
Q. What will be the output of the following R code?
> y <- "fruit"
> switch(y, fruit = "banana", vegetable = "broccoli", "Neither")
  • (A) "banana"
  • (B) "Neither"
  • (C) "broccoli"
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (A) "banana"

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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