Kotlin - Functions
You want to declare a Kotlin function
combineNames that takes two String parameters: first and last, and returns a single String formatted as "First Last". Which of the following is the correct declaration and implementation?