Multiple Choice
The until loop is the opposite of the while loop. Instead of looping while a tested expression remains true, the until loop executes until ____.
A) The tested condition becomes true
B) The tested condition becomes false
C) The end of an array is reached
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
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
Q43: The each method is a very commonly
Q44: Ruby's built-in language looping constructions include which
Q46: The for...in loop is designed to process
Q47: An iterator is a variable used to
Q48: A feature unique to the for…in loop
Q49: When combined with conditional logic, loops provide
Q50: The each method automatically iterates once for