Multiple Choice
Ruby provides access to a number of conditional expressions, modifiers, and logical operators that can be used to ____.
A) Compare different values
B) Control the logical execution of different script statements
C) Create Ruby scripts capable of altering their execution based on the data that they are presented with
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Ruby supports the use of a number
Q11: What is the difference between the or
Q12: Which of the following logical (Boolean) operators
Q13: The if expression is a conditional evaluation
Q14: To determine if one value is greater
Q16: Advantages of the if and unless expressions
Q17: The Case statement is a conditional evaluation
Q18: The exit method is provided by the
Q19: What happens if none of the when
Q20: The case block provides programmers with the