问题
填空题
以下程序的输出结果为__________。 public class Short public static void main (String args[ ]) String Buffer s=new StringBuffer("Boy"); if ((s.length( )<3)& &(s.append("男孩").equals("False"))) ; System.out.println("结果为:"+ s);
答案
参考答案:Boy