Kotlin - Loops and Ranges
Which of the following is the correct syntax to continue the outer loop labeled
outerLoop in Kotlin?outerLoop in Kotlin?@ symbol to refer to labels with break or continue, so the correct syntax is continue@label.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions