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{ }你少个括号不然就是二楼说的
字节数吗
不是说>两边只能是数值吗
你 努 工