Kotlin Loops and Functions


Overview/Description
Target Audience
Prerequisites
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
Kotlin uses many of the programming constructs that you would expect to find in other high-level programming languages. During this course, you will begin by exploring type checking, loops, when statements, and standard function structures. Next, you will learn how to define ranges with the IN operator in Kotlin. Then, work with collections, Kotlin functions, lambdas, inline functions, and exception handlers. Finally, as a review exercise, you will create a Kotlin application that includes loops and functions, and then run the application.

Target Audience
Software developers who wish to learn about the Kotlin language, its uses, and development environments

Prerequisites
None

Expected Duration (hours)
1.0

Lesson Objectives

Kotlin Loops and Functions

  • start the course
  • describe type checking and how it's implemented in Kotlin
  • specify how to define ranges using the in operator in Kotlin
  • describe how loops are implemented in Kotlin development
  • define when statements and their use in Kotlin programming
  • define collections and how they're used in Kotlin programming
  • describe functions and their use in Kotlin programming
  • specify how to create a function in Kotlin
  • recall how to create lambdas in Kotlin
  • describe inline functions and their implementation in Kotlin programming
  • describe how to use try and catch for exception handling
  • create a Kotlin application using loops and functions
  • Course Number:
    sd_pkot_a04_it_enus

    Expertise Level
    Beginner