Linq; class Program { static void Main() { // Use Average to compute average value. double[] array = { 1, 2, 3, 5, 0 }; double average = array.
確定! 回上一頁