Java入门第一卷中的

来源:4-3 Java条件语句之多重 if

孔雀东南飞1

2016-11-30 11:23

这是啥错误?不能用40<age<=60这种用法么? The operator <= is undefined for the argument type(s) boolean, int The operator <= is undefined for the argument type(s) boolean, int The operator <= is undefined for the argument type(s) boolean, int

写回答 关注

2回答

  • 孔雀东南飞1
    2016-11-30 19:50:23

    哦哦,谢啦

  • qq_勇敢的狩猎者_0
    2016-11-30 11:54:55

    因为java无法识别40<age<=60,必须用age>40&&age<=60代替

Java入门第一季(IDEA工具)升级版

0基础萌新入门第一课,从Java环境搭建、工具使用、基础语法开始

1165172 学习 · 17581 问题

查看课程

相似问题