Kotlin - Functions
Which of the following is the correct way to call the function
fun greet(name: String, age: Int) using named arguments?fun greet(name: String, age: Int) using named arguments?parameter = value syntax, so greet(name = "Anna", age = 25) is correct.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions