integer

Each switch value must be constant integer

True/false question

The switch statement is a multi-way decision that tests whether an expression matches one of a number of constant integer values, and branches accordingly.

Syndicate content