Explore Library
KotlinIntroduction & Core Concepts

50 items

QuizBeginner

Type Inference

Kotlin can infer a variable's type from its initializer value.

In `val count = 10`, what type does Kotlin infer for `count`?