考慮以下的Java程式:. int total = countNumberOfUsers(); if (total % 2 == 0) { // total is even } else { // total is odd and non-negative assert(total % 2 ...
確定! 回上一頁