Vidyalelo
R Programming · Q7

Control Structures in R Programming

Programming · R Programming · question 7

Q7

What does the next statement do in R?

A.
Jumps to the next iteration of the loop
Answer
B.
Ends the loop immediately
C.
Skips the next condition in an if-else statement
D.
Moves to the next element in a vector

Answer: Option A

Solution

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