Kotlin - Functions
What will be the output of this Kotlin code?
fun double(x: Int) = x * 2 println(double(5))
fun double(x: Int) = x * 2 println(double(5))
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions