Kotlinlearncs.online LogoJava
Return to List

Solve: stringE

Imported By: Geoffrey Challen
/ Version: 2021.4.0

Return true if the given String contains between 1 and 3 'e' chars.

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

Related Lessons

Stuck? You may find these lessons helpful: