Vidyalelo
R Programming · Q13

Control Structures in R Programming

Programming · R Programming · question 13

Q13

How is the repeat loop terminated in R?

A.
Using the break statement
Answer
B.
Using the stop statement
C.
Using the terminate statement
D.
Using the end statement

Answer: Option A

Solution

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