To read a char, we use next().charAt(0). next() function returns the next token/word in the input as a string and charAt(0) function returns the first character ...
確定! 回上一頁