final char LIN='女';
final char WEN='男';
System.out.println(LIN);
System.out.println(WEN);
final char WEN='男';
System.out.println(LIN);
System.out.println(WEN);
2014-12-07
three = one + two;
System.out.println(three);
three += one;
System.out.println(three);
three -= one;
System.out.println(three);
three *= one;
System.out.println(three);
three /= one;
System.out.println(three);
three %= one;
System.out.println(three);
预留的空行是否太多了些 -_- !~
之前留言的为何会有乱码?
300字太少了啊
System.out.println(three);
three += one;
System.out.println(three);
three -= one;
System.out.println(three);
three *= one;
System.out.println(three);
three /= one;
System.out.println(three);
three %= one;
System.out.println(three);
预留的空行是否太多了些 -_- !~
之前留言的为何会有乱码?
300字太少了啊
2014-12-06