To check if an element is in an array, we can use Arrays class to convert the array to ArrayList and use the contains() method to check the ...
確定! 回上一頁