Looping over a char array ; (int i=0;i<arr.length;i++) ; System.out.print(arr[i]); ; (char c:arr).
確定! 回上一頁