我运行时出现:
/85/1256/CWC9/HelloWorld.java:3: error: incompatible types: String cannot be converted to char
final char MALE = "?";
^
/85/1256/CWC9/HelloWorld.java:4: error: incompatible types: String cannot be converted to char
final char FEMALE = "?";
2 errors
我运行时出现:
/85/1256/CWC9/HelloWorld.java:3: error: incompatible types: String cannot be converted to char
final char MALE = "?";
^
/85/1256/CWC9/HelloWorld.java:4: error: incompatible types: String cannot be converted to char
final char FEMALE = "?";
2 errors
/85/1256/CWC9/HelloWorld.java:3: error: incompatible types: String cannot be converted to char
final char MALE = "?";
^
/85/1256/CWC9/HelloWorld.java:4: error: incompatible types: String cannot be converted to char
final char FEMALE = "?";
^
2 errors