Kotlinlearncs.online LogoJava
Return to List

Solve: Endsly

Imported By: Geoffrey Challen
/ Version: 2021.5.0

Given a String, return true if it ends in "ly".

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

Related Lessons

Stuck? You may find these lessons helpful: