| Menu × × Correct! Exercise:Add a  
fun myFunction(@(6) @(6)) {
  println(fname + " Doe")
}
fun main() {
  myFunction("John")
}
 
fun myFunction(fname: String) {
  println(fname + " Doe")
}
fun main() {
  myFunction("John")
}
 Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?