Q29
In R, what is the purpose of the next statement in a loop?
A.
Skips the next condition in an if-else statement
B.
Exits the loop immediately
C.
Moves to the next iteration of the loop
AnswerD.
Restarts the loop from the beginning
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board