The document contains 4 code examples that use switch statements to output different responses based on user input. Each example displays a menu of options for the user to select from, takes the user's input, then uses a switch statement to output the corresponding selection. The examples demonstrate using switch statements to output letter, food, day of the week, and grade level selections.