Kotlin - Functions
Identify the error in this Kotlin function declaration:
fun add(a: Int, b: Int) {
return a + b
}fun add(a: Int, b: Int) {
return a + b
}: Int.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions