True/False
You can modify an if modifier to execute one or more statements in the event the test condition evaluates as being false. To accomplish this, you need to add the optional else keyword.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The unless expression is used to create
Q2: Flowcharts provide a visual representation of the
Q3: Unlike if modifiers, if expressions are limited
Q4: else is an optional keyword that permits
Q6: The case block evaluates an expression that
Q7: The advantages of appending conditional modifiers to
Q8: Conditional Logic describes the process of executing
Q9: A key point to understanding conditional programming
Q10: Ruby supports the use of a number
Q11: What is the difference between the or