/85/1598/BDFi/HelloWorld.java:17: error: bad operand types for binary operator '>=' if((a[i]<=100.0)&&(a>=0)&&(count<=3)){ ^ first type: int[] second type: int
这个是报错
数组a的元素都是整型,你却和100.0相比较,这两个数的类型不同