我是编程新手
if( (N%2==0) && (6<=N<=20) )
抛出下面的错误
操作符<=未定义参数类型boolean,int 请帮我修复它.
<=
boolean
int
java
java ×1