2010-07-26 2 views
0

값을 추가하고 TextIO를 사용하여 배열에 직접 입력해야합니다. Scanner를 사용하는 경우 in.nextDouble() 함수를 사용하지만 TextIO를 사용하면 어떻게됩니까? 사전에Scanner to TextIO 질문

TextIO.put("Enter credit hours:"); 
creditHour[sem][grd]+=in.nextDouble(); //I have to use TextIO here. 

덕분에,

답변

0

그것을 발견.

array [i] [r] = TextIO.getlnDouble();