Here are two examples using foreach, one to traverse an array of strings and the ... WriteLine(c); int[] myInts = { 10, 20, 30, 40 }; foreach (int i in ...
確定! 回上一頁