Multiple Choice
The ____ method forces a loop to repeat only after evaluating its condition and without iterating.
A) next
B) after
C) before
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: The while modifier evaluates a Boolean expression
Q33: Ruby provides you with access to many
Q34: Ruby range operator ( .. ) provides
Q35: The loop method is designed to be
Q36: The downto method iterates a predetermined number
Q38: One limitation of loops is that they
Q39: Which of the following is not a
Q40: The loop method belongs to the _.<br>A)
Q41: The while loop is a loop that
Q42: When working with the while or until