Kotlinlearncs.online LogoJava
Return to List

Solve: Bob There

Imported By: Geoffrey Challen
/ Version: 2021.7.0

Return true if the given non-null String contains "bob", but where the middle 'o' can be anything.

boolean bobThere(String str) {
return false; // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: