Q17
In R, what is the purpose of the repeat loop combined with break?
A.
To create an infinite loop
B.
To repeat a block of code until a certain condition is met
C.
To skip the current iteration of the loop
D.
To exit the loop immediately
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board