final char SEX1='男';
final char SEX2='女';
System.out.println(SEX1+SEX2);
//这样不能输出“男女”吗?
可以额
它是以int型输出的
可以呀