[prev] 73 [next]

Exercise #6: Arrays and Functions

Implement a function that sums up all elements in an array.

Use the prototype

int sum(int[], int)