Ok, so now that you've learned what a label is, please forget about it and don't use it in your own code ever again...
You don't need this construction, it makes code hard to read and follow. A label and a break statement to jump to the label are more or less like a "goto" statement, the statement that quickly makes programs a messy jumble (
spaghetti code).