Q5
What is the purpose of the break statement in a loop in R?
A.
To exit the loop immediately
AnswerB.
To skip the current iteration of the loop
C.
To restart the loop from the beginning
D.
To increment the loop variable
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board