慕UI6424218
2018-09-18 21:58
public class E3 {
public static void main(String[] args) {
char x='你',y='e',z='努';
if(x>'A') {
y='努';
z='工';
}
else
y='作';
z='好';
System.out.println(x+","+y+","+z);
}
}
else{ }你少个括号不然就是二楼说的
字节数吗
不是说>两边只能是数值吗
if(x>'A') {
y='努';
z='工';
}
你 努 工
Java入门第一季(IDEA工具)升级版
1165172 学习 · 17581 问题
相似问题