English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

1 answers

The answer is here

2007-10-12 09:25:27 · answer #1 · answered by AnalProgrammer 7 · 1 0

fedest.com, questions and answers