第三十一課.邏輯「非」運算符

!(非):取反後返回 例: !true == false; !false == true;   例: public class XueNiXiang {          public static void main(String[] args) {                    int a=39;                    if(!(a%3==0)) {    
相關文章
相關標籤/搜索