Kotlinlearncs.online LogoJava
Return to List

Solve: Sum 3

Imported By: Geoffrey Challen
/ Version: 2021.6.0

Given an IntArray of size 3, return the sum of the elements.

fun sum3(values: IntArray): Int {
return 0 // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: