现在找到总和并将其除以数组的长度以获得平均值。 int len = myArr.Length; int sum = 0; int average = 0; for (int i = 0 ...
確定! 回上一頁