Kotlin - Data Types
What is the output of this Kotlin code?
val x = 0xF_A
val y = 0b1010_1010
println(x + y)
val x = 0xF_A
val y = 0b1010_1010
println(x + y)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions