Practice ยท 1 of 4
Array Sum
Implement int array_sum(const int* a, int n) returning the sum of the first n elements.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Array Workbench
Practice ยท 1 of 4
Implement int array_sum(const int* a, int n) returning the sum of the first n elements.
Difficulty: beginner
Back to lesson: Practice: Array Workbench