sumOfArrayElements = myArray.Sum(); Console.WriteLine("The sum of all array elements is: " + sumOfArrayElements); Console.ReadKey();.
確定! 回上一頁