πŸ“Š R Programming
Q. What is the output of the following R code: for (i in 1:5) { if (i == 3) next; print(i) }
  • (A) 1, 2, 4, 5
  • (B) 1, 2, 3, 4, 5
  • (C) 2, 4
  • (D) 1, 2, 3, 4, 5
πŸ’¬ Discuss
βœ… Correct Answer: (A) 1, 2, 4, 5

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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