我就不吃芹菜

导航

 
 1 public class qwer{
 2       public static void main(String [] args){
 3              int b = 0;
 4               while(b <= 100)
 5               {
 6                   System.out.println("b = " + b);
 7                   ++b;
 8                   ++b;
 9               }
10 }
11 }

posted on 2015-09-30 19:25  我就不吃芹菜  阅读(598)  评论(0编辑  收藏  举报