Kotlinlearncs.online LogoJava
Return to List

Solve: Hello Name

Imported By: Geoffrey Challen
/ Version: 2021.5.0

Given a string name like Bob", return a greeting of the form "Hello Bob!".

String helloName(String name) {
return ""; // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: