You have the following function:
fun greeting(greet: String="Hello", firstname: String, lastname: String) = "$greet, $firstname $lastname"
Select all correct invocations
You have the following function:
fun greeting(greet: String="Hello", firstname: String, lastname: String) = "$greet, $firstname $lastname"
Select all correct invocations
Create a free account to access the full topic