About this document
Understanding Switch Statements by CHRISTIAN GERALD is a document available to read on EtoBox.
The switch statement provides another way to decide which statement to execute based on an expression. The switch statement evaluates an expression and attempts to match the result to several possible cases. The match must be an exact match. Each case contains a value and list of statements. If the expression matches a case value, control jumps to that case
- Author
- CHRISTIAN GERALD
- Language
- EN