Back to course

Kotlin: Control Flow (If, When, Loops)

Full Android Native 0 to Hero

Logic in Kotlin

  • if as an expression.
  • The powerful when statement (replaces switch).
  • for loops and while loops.
  • Ranges: 1..10.