Q19
What is the role of the next statement in a loop in R?
A.
To skip the next condition in an if-else statement
B.
To exit the loop immediately
C.
To move to the next iteration of the loop
AnswerD.
To restart the loop from the beginning
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board