The problem is in printA, you declare the grade array list, which hides the member variable of the same name. Remove this line:
確定! 回上一頁