Edit, nah, that won't work because the index of your array has to be an int. Try float[] four = new float[50]; for (int i=0; i<four.length; i++) ...
確定! 回上一頁