Multiple Choice
Which of the following is a limitation of the case blocks?
A) They are limited to the analysis of numeric data
B) They generate an error if no when statements match the tested expression
C) Unlike the if expression, case blocks do not allow you to substitute the when keyword with the : character
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q39: Which of the following is true when
Q40: The unless modifier is a conditional evaluation
Q41: Conditional expressions provide the ability to append
Q42: Like other modern programming languages, Ruby provides
Q43: Ruby provides programmers with access to several
Q44: The following example is an example of
Q45: Some situations require a more complicated analysis
Q47: Flowcharts are often used in large projects
Q48: Using Ruby, you can create scripts that
Q49: Which of the following is the ternary