Let us assume we have an array of integer (int data type) arr = {10,20,30,40} and we want to return it from the method. Then the return type should be int [] , ...
確定! 回上一頁