Multiple Choice
The ____ method stops the current iteration of the loop and immediately begins a new iteration. However, before the new iteration occurs, the loop condition is evaluated.
A) next
B) after
C) before
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: The retry method facilitates which of the
Q15: Loops help reduce the size of scripts
Q16: Loop modifiers are perfect for situations where
Q17: A(n) _ loop is a loop that
Q18: The while loop is specifically designed to
Q20: A loop modifier is an expression added
Q21: The upto method is provided by the
Q22: The redo method facilitates which of the
Q23: Ruby provides programmers with a number of
Q24: The next method facilitates which of the