Correct! These keywords are also called conditional statements. They're saying: if
this is true
run this code block; else
, if it isn't true
, run this other code block.
Aren't we looking for an alternative to if
rather than a logical operator?