The Kotlin continue statement breaks the loop iteration in between (skips the part next to the continue statement till end of the loop) and continues with the next iteration in the loop.
kotlin programming continue vaibhav kotlin-programming vaibhavmojidra vaibhav-mojidra mojidra continue-keyword
-
Updated
May 1, 2023 - Kotlin