Intro to Computer Programming > Ch. 4.14: The switch Statement > Flashcards
What is the switch statement?
The switch statement lets the value of a variable or an expression determine where the program will branch.