Kotlinlearncs.online LogoJava
Return to List

Solve: Sum 3

Imported By: Geoffrey Challen
/ Version: 2021.6.0

Given an int[] of size 3, return the sum of the elements.

int sum3(int[] values) {
return 0; // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: