哪里有問(wèn)題呢
?int one = 10 ;
? ? ? ? int two = 20 ;
? ? ? ? int three = 0 ;
? ? ? ? three = one + two ;
? ? ? ? Systeam.out.println("three = one + two ==>"+three);
? ? ? ? three += one ;
? ? ? ? Syeteam.out.println("three += one ==>"+three);
? ? ? ? three -= one ;
? ? ? ? Systeam.out.println("three -= one ==>"+three);
? ? ? ? three *= one ;
? ? ? ? Systeam.out.println("three *= one ==>"+three);
? ? ? ? three /= one ;
? ? ? ? Systeam.out.println("three /= one ==>"+three);
? ? ? ? three %= one ;
? ? ? ? Systeam.out.println("three %= one ==>"+three);
? ? ? ??
2018-05-31
所有的System都錯(cuò)誤的打成了Systeam
2018-07-26
可能是steam玩多了
2018-06-01
可能是steam玩多了