Kotlinlearncs.online LogoJava
Return to List

Solve: No 23

Imported By: Geoffrey Challen
/ Version: 2021.6.0

Given an IntArray of length two, return true if it does not contain a 2 or a 3.

fun no23(values: IntArray): Boolean {
return false // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: