我知道你可以用.charAt()
行做到這一點使用的字符,但我不知道是否有這樣的一個整數什麼?這是用java編寫的。試圖分裂單個int數爲獨立的號碼數組
編輯:
這是代碼即時通訊特林做是爲了:
for(int j=0; j<lines; j++){
for (int k=0; k<quizKey.length; k++){
String lane = userAnswers
userIndividualAnswers[k][0] = userAnswers[0].IntAt(k);
}//end for loop
}//end for loop
顯然這是不正確,但使用的數學方法如何將我能夠在userAnswers整數分別轉換? userAnswers aray在其中有5個整數。
做使用'%'和'/' – iberbeu 2013-03-14 23:08:50
所以不是一個整數值你想要的數字數組? – 2013-03-14 23:09:30
http://stackoverflow.com/questions/3389264/how-to-get-the-separate-digits-of-an-int-number – teamalpha5441 2013-03-14 23:09:31