I\'ve been doing a task on an online judge: implement int sum(const int* array, unsigned int len) so that it returns the array of the sum. len can
int sum(const int* array, unsigned int len)
len