Please enable JavaScript.
Coggle requires JavaScript to display documents.
Ch 3.3 to 3.4 (switch statement (ex ((case 1: digitName = "one";…
Ch 3.3 to 3.4
switch statement
-
-
The values in the case
clauses must be constants. They can be integers, characters, or strings
if, else if, else statements
-
-
-