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
String myname="我愛慕課網(wǎng)";
String myhttp="idcbgp.cn";
System.out.println(myname);
System.out.println(myhttp);
String myhttp="idcbgp.cn";
System.out.println(myname);
System.out.println(myhttp);
2014-12-06
String myLove="我愛慕課網(wǎng)";
String myURL="idcbgp.cn";
System.out.println(myLove);
System.out.println(myURL);
String myURL="idcbgp.cn";
System.out.println(myLove);
System.out.println(myURL);
2014-12-06
public class HelloWorld{
public static void main(String[] args) {
String myLove="我愛慕課網(wǎng)";
String myURL="idcbgp.cn";
System.out.println(myLove);
System.out.println(myURL);
}
}
public static void main(String[] args) {
String myLove="我愛慕課網(wǎng)";
String myURL="idcbgp.cn";
System.out.println(myLove);
System.out.println(myURL);
}
}
2014-12-06