πŸ“Š R Programming
Q. In R, what is the syntax for the for loop?
  • (A) for (i in 1:10) { code_block }
  • (B) for (i = 1 to 10) { code_block }
  • (C) for (i = 1; i <= 10; i++) { code_block }
  • (D) for (i from 1 to 10) { code_block }
πŸ’¬ Discuss
βœ… Correct Answer: (A) for (i in 1:10) { code_block }

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
76
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vijay Sangwan
Publisher
πŸ“ˆ
83%
Success Rate