System.out.println((a&&b)+"未通过");用myeclipse,显示是错误的程序,这是为什么?
必须先声明 a b 的boolean类型 如 Boolean a = true;
a和b不能作为一个变量来处理,你的代码前面应该有其他内容来说明a和b