Kotlin - Control Flow as Expressions
Find the problem in this Kotlin snippet:
val max = if (a > b) a println(max)
val max = if (a > b) a println(max)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions