Q. What does the next statement do in R? (A) Jumps to the next iteration of the loop (B) Ends the loop immediately (C) Skips the next condition in an if-else statement (D) Moves to the next element in a vector ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Jumps to the next iteration of the loop