To calculate the average of numbers given in the Java array, first, we need to calculate the sum and then find the average using sum / number_of_array_elements.
確定! 回上一頁