看半天没看懂啊
汉字要用String,分号要用英文符
3,4行分号改成英文状态的就没错了
分号写错了,是英文状态下的分号,不是中文状态下的分号。
如:
final char Xiaoming='男';
final char Xiaohong='女';
System.out.println(Xiaoming);
System.out.println(Xiaohong);
试试看