My question is very simple: I have a string which is composed of three characters/digits, I need to know if the second character is a character ( AA6, etc. ) or a digit
( A6A, etc. ) ? I know this is pretty simple but I don't know how to do it. I am new to Java programming and I feel it is different to C.
Thank you very much for any help.
( A6A, etc. ) ? I know this is pretty simple but I don't know how to do it. I am new to Java programming and I feel it is different to C.
Thank you very much for any help.