收起
x>=1&&x<=7n>=1&&n<=1000;5,6行你是进行运算的,&&是运算符呀,是能算出结果的,结果是Boolean类型的boolean a = x>=1&&x<=7;boolean b = n>=1&&n<=1000;
报告相同问题?