-
What is a conditional statement? Give three examples.
-
Why might you want to use an if-statement?
-
What is the Ruby syntax for an if statement?
-
How do you add multiple conditions to an if statement?
-
Provide an example of the Ruby syntax for an if/elsif/else statement:
-
Other than an if-statement, can you think of any other ways we might want to use a conditional statement?