True/False
The downto method iterates a predetermined number of times, starting at a specified integer value and counting down to whatever integer value is passed to it.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: A loop is a collection of statements
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
Q37: The _ method forces a loop to
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