True/False
To save a few keystrokes, Ruby allows programmers to replace the when keyword with the : character when formulating a conditional statement using an if expression.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q22: Which of the following is not true
Q23: You can use conditional modifiers to group
Q24: The unless expression is the polar opposite
Q25: The between? method can be used to
Q26: The if modifier is used to create