the string version of a scanner.nextInt
807600Sep 7 2007 — edited Sep 10 2007is it possible to use a scanner.nextInt for string's?
I want to filter out a lettercode
input :
23 54 64 34 23 VV
If this is the input, than i want my program to know that there is a VV in it.
Hopefully you understand what I mean.