Multiple Choice
Ruby range operator ( .. ) provides the ability to do which of the following?
A) Generate a random number within a specified range
B) Display a range of consecutive letters or numbers
C) Iterate over a specified range of values
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q29: Using a minimum amount of code, loops
Q30: Loops can be used to collect and
Q31: A loop is a collection of statements
Q32: The while modifier evaluates a Boolean expression
Q33: Ruby provides you with access to many
Q35: The loop method is designed to be
Q36: The downto method iterates a predetermined number
Q37: The _ method forces a loop to
Q38: One limitation of loops is that they
Q39: Which of the following is not a