Q7
What does the next statement do in R?
A.
Jumps to the next iteration of the loop
AnswerB.
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