int a=1>0?1:2;
double b=2.0*3/4;
double c=2.0*(3/4);
int d=(1>2)?5:6;
boolean e=true?true:false?false:true;我想把a到e的结果显示出来。
使用Systme.out.printlin.......
不可以,谢谢啦。