How to add values to an array in C# ; int[] terms = { 1, 2, 3, 4, 5, 6, 7 }; ; int[] terms = new int[400]; ; for (int · = 0; i < terms.count(); i++) ...
確定! 回上一頁