CS1010J T06 Tutorial 9 Crossword

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