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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -