This video discusses the Java switch statement that lets us execute different cases depending on what the value of a variable is.
0:07 - A Java program that has a menu
0:34 - Options for deciding what to do based on user input
0:57 - Adding cases to a switch statement
2:06 - Testing our switch statement
2:30 - Adding a default case