public class HelloWorld{
public static void main(String[] args) {
final char MAN='男';
final char WOMAN='女';
system.out.println(MAN);
system.out.println(WOMAN);
}
你的System的s是大写么?的大写你复制的是小写的