Kotlinlearncs.online LogoJava
Return to List

Solve: Start Hi

Imported By: Geoffrey Challen
/ Version: 2021.4.0

Given a string, return true if the string starts with "hi" and false otherwise.

fun startHi(input: String): Boolean {
return false // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: