Vidyalelo
R Programming · Q17

Control Structures in R Programming

Programming · R Programming · question 17

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board