0
Read variables
How can I read int, double, char and String variables using BufferedReader or Scanner methods? There are other methods of reading?
1 Answer
+ 1
next() / nextInt() /,..
If you are developing in an IDE use Javadoc for help. Otherwise look up the Java Documentation by Oracle.