The switch statement can deal with specific values for the control variable. Typically we can use integers or enumerated types.
See also: Boxes tutorial
See also: if .. else ..
See also: if .. else .. if ..
Control StructuresThe switch .. case ... statement
|
The switch statement can deal with specific values for the control variable. Typically we can use integers or enumerated types. See also: Boxes tutorial |