Im still learning Java and I am supposed to program something that has the user input a string and determine if the string is a string of characters, numbers, or empty string.
I have to use the command "boolean Character.isLetter(char c)" and "boolean Character.isDigit(char c)" to determine the first and last character of the string but I cant seem to get the syntax right. Any help would be greatly appreciated.
2007-10-12
09:06:41
·
1 answers
·
asked by
Norm B
3
in
Computers & Internet
➔ Programming & Design