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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -