Kotlin - Data Types
What will be the output of this Kotlin code?
val a: Float = 1.5f
val b: Double = 2.5
val c = a + b
val a: Float = 1.5f
val b: Double = 2.5
val c = a + b
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions