Vidyalelo
R Programming · Q46

Control Structures in R Programming

Programming · R Programming · question 46

Q46

Point out the wrong statement?

A.
for will execute a loop a fixed number of times
B.
break will execute a loop while a condition is true
Answer
C.
if and else tests a condition and acting on it
D.
break is used to break the execution of a loop

Answer: Option B

Solution

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