Which of these control statements require a condition?

ifelsifunlesselse

Nailed it! Every if, elsif and unless statement requires a condition. It's just the else statement that gets by without a condition.

Oh noes! Every if, elsif and unless statement requires a condition. It's just the else statement that gets by without a condition.