counts = new int[4]; values = new double[size];. The first assignment makes count refer to an array of four integers. The second makes values refer to an array ...
確定! 回上一頁