Q. In R, what is the syntax for the for loop?
β
Correct Answer: (A)
for (i in 1:10) { code_block }
You must be Logged in to update hint/solution