Kotlin - Data Types
What will be the output of this Kotlin code?
val a: Int = 7 val b: Double = 3.5 val c: Double = a + b println(c)
val a: Int = 7 val b: Double = 3.5 val c: Double = a + b println(c)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions