public class HelloWorld {? ? public static void main(String[] args) { int one = 20 ;? ? ? ? if (one%2=0);? ? ? ? {System.out.println("one是偶數(shù)");}? ? ? ? else{System.out.println("one是奇數(shù)")} ? ??? ??? ??? ?? }}
求大師來檢查一下
是小白
2016-07-06 17:12:51