Multiple Choice
Ruby provides programmers with a number of different ways of altering a loop's execution, including all of the following methods except ____.
A) break
B) redo
C) redo.
D) retry
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: The while loop is specifically designed to
Q19: The _ method stops the current iteration
Q20: A loop modifier is an expression added
Q21: The upto method is provided by the
Q22: The redo method facilitates which of the
Q24: The next method facilitates which of the
Q25: Ruby supports different categories of loops, including
Q26: The break command provides the ability to
Q27: Which of the following is true regarding
Q28: Loop methods are language commands that are