If the size of n variables is not fixed, we usually convert it into an array or list and pass it to function. fun getAverage(numbersList: List ): Float { var ...
確定! 回上一頁