Kotlin - Loops and Ranges
In Kotlin, what does the
continue statement do inside a for loop?continue statement do inside a for loop?continue in loopscontinue statement skips the remaining code in the current iteration.for loopcontinue runs, the loop jumps to the next iteration immediately.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions