A simple if check should do the trick for (int i = 0; i < BGrades; ++i) { printf("\nNumber[%d]:%d", i, Agrades[i]); if (i == 2) ...
確定! 回上一頁