smile桐宫之囚
2017-01-29 15:23
/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相比较,这两个数的类型不同
Java入门第一季(IDEA工具)升级版
1165175 学习 · 17581 问题
相似问题