Conditional

A conditional is a statement that runs code only if a condition is true. It lets a program make decisions, most often using if, else if, and else.