C# ; public class SumOfArray ; {; public static void Main() ; {; //Initialize array ; int [] arr = new int [] {1, 2, 3, 4, 5};; int sum = 0; ; //Loop through the ...
確定! 回上一頁