Loops in Kotlin

Looping over iterables

Repeat an action x times

Break and continue

Iterating over a Map in kotlin

Recursion

While Loops

Functional constructs for iteration