Kotlin

Kotlin Break Statement Example1 min read

As like java break statement is used to break the iteration from the looping statements.

Kotlin Code:




Output:

Leave a Comment