0
我需要添加一個值並使用TextIO將其直接輸入到數組中。 我知道如果我使用Scanner,我會使用in.nextDouble()函數,但是如何使用TextIO來做到這一點?掃描儀到TextIO問題
TextIO.put("Enter credit hours:");
creditHour[sem][grd]+=in.nextDouble(); //I have to use TextIO here.
由於提前,