- If-else statement: Use this for two outcomes. Runs one block if true and another if false. - Else if statement: Use this for three or more options. Checks conditions in a row. - Switch statement: ...