For which statements does it make sense to use a label?
The only statements for which it makes sense to use a label are those statements that can enclose a break or continue statement.
The only statements for which it makes sense to use a label are those statements that can enclose a break or continue statement.