Kotlin - Loops and Ranges
In Kotlin, what is the effect of using a label with the
break statement inside nested loops?break statement inside nested loops?break@label exits the loop marked by that label, regardless of nesting.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions