Kotlin - Data Types
What is the output of this Kotlin code?
val a = 0x1A val b = 0b1101 println(a + b)
val a = 0x1A val b = 0b1101 println(a + b)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions