Scanner method to get a char
Posted
by bizarrechaos
on Stack Overflow
See other posts from Stack Overflow
or by bizarrechaos
Published on 2010-04-08T05:54:19Z
Indexed on
2010/04/08
6:03 UTC
Read the original article
Hit count: 201
What is the Scanner method to get a char returned by the keyboard in Java.
like nextLine() for String, nextInt() for int, etc.
© Stack Overflow or respective owner