Fork me on GitHub

coding

public class zengzhiwei {
    public static void main(String args[]) {
        int i;
        System.out.println("hello");
        for ( i = 0; i < 10; i++) {
            System.out.println("hello world!" +
                    "");
        }
        if(i == 9) {
            System.out.println("sha bi ");
        }else {
            System.out.println("fuck");
        }
        int j = 8;
        
        switch(j) {
        case 1: String a="zzw";System.out.println(a);break;
        case 2: String b="zzw1"; break;
        case 8: System.out.println("a");break;
        
        
        }
        
    }
}

 

posted @ 2016-02-22 11:29  ZZZZW  阅读(240)  评论(0编辑  收藏  举报
AmazingCounters.com