write the output of char ch=*; boolean b=Character. is Letter(ch); System. out. print ln(b) in java
Answers
Answered by
4
Answer:
Java Character isLetter() Method. The isLetter(char ch) method of Character class determines whether the given(or specified) character is a letter or not. A character is considered to be a letter if the general category type provided by the Character.
Similar questions