CS1010J T06 Tutorial 9 Crossword
Across
- 3. The ... method can check whether a character is an alphabet letter
- 5. We can obtain the ASCII value of a character by ... the char variable
- 7. Data type to represent characters in Java
- 9. The ... method checks whether two Strings have the same content
Down
- 1. The ... method converts all letters in a String to uppercase
- 2. In arrays, length is an attribute, whereas in String objects, it is a ...
- 4. The ... method removes the leading and trailing spaces from a String
- 6. The ... method accesses individual characters in a String
- 8. The ... method in the Scanner class reads a single word as input