Kotlinlearncs.online LogoJava
Return to List

Solve: Start 1

Imported By: Geoffrey Challen
/ Version: 2021.6.0

Given two int[]s of any length, return how many of the arrays have 1 as their first value.

int start1(int[] first, int[] second) {
return 0; // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: