Kotlin - Data Types
Identify the issue in this Kotlin code snippet:
val flag1 = true val flag2 = false val combined = flag1 or flag2 println(combined)
val flag1 = true val flag2 = false val combined = flag1 or flag2 println(combined)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions