In order for program control to be transferred directly to a given statement, the statement must be labeled.
Syntax
labeled-statement: identifier:statement case constant-expression:statement default :statement