2012年3月28日 星期三

jAG111


class MyAG111{
public static void main(String[] args){
int x = 10 ;
int y = 5;

if x == y
   System.out.println("相等。");
else
                    System.out.println("不相等。");
}
}

運用 if 判斷式的小程式,你能發現有幾個編譯錯誤??

No Response to "jAG111"

張貼留言