Kotlinlearncs.online LogoJava
Return to List

Solve: Start 1

Imported By: Geoffrey Challen
/ Version: 2021.6.0

Given two IntArrays of any length, return how many of the arrays have 1 as their first value.

fun start1(
first: IntArray,
second: IntArray,
): Int {
return 0 // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: