newbie 'char' input question
807600Nov 28 2007 — edited Nov 28 2007Hi, and thanks for reading/helping.
I'm very new to java, and I'm looking for an (easy!) way to read in a 'char' type input. I've been using 'Scanner', but that doesn't seem to have a char option, eg
scanner.nextChar(); //doesn't exist!
Am I better just using String, or is there a quick solution?
Many thanks!