Kotlin - Data Types
What will be the output of this Kotlin code?
val x: Int = 10
val y: Long = 20L
val sum = x + y
val x: Int = 10
val y: Long = 20L
val sum = x + y
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions