The getLetter() method should return type char not int . This is because you have assigned the local variable letter as type char .
確定! 回上一頁