java.util.scanner - Scanner to TextIO question -
i need add value , input directly array using textio. know if using scanner use in.nextdouble() function, how using textio?
textio.put("enter credit hours:"); credithour[sem][grd]+=in.nextdouble(); //i have use textio here.
thanks in advance,
found it.
array [i][r] = textio.getlndouble();
Comments
Post a Comment