What do we call statements that help us run or skip code depending on a condition being true or false?
true
false
We call these statements conditional, since they use a condition to decide whether to run or skip code.