Multiple Choice
Advantages of the if and unless expressions include all of the following except?
A) They allow you to control the execution of one or more code statements
B) They can help improve the organization of scripts and make them easier to read and maintain
C) They can be used to work with any type of value supported by Ruby
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
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
Q15: Ruby provides access to a number of
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
Q21: To save a few keystrokes, Ruby allows