Switch statements check one value against a list. - Use case to match values. - Use break to stop the code. - Without break, your code runs into the next case. - Use default for values with no match.