Compute the sum of the values in data_array, instead of using the sum () function. To do this, you must "accumulate" a result, which means that you first create a variable, called data_array_sum, to hold the accumulating result and initialize it to
Answers (1)