码迷,mamicode.com
首页 > 其他好文 > 详细

for

时间:2017-09-28 22:27:41      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:print   system   reac   测试   for   out   string   void   color   

 1 public class TestFor {
 2 
 3     /**
 4      *  测试for循环;
 5      *   加强版for循环 foreach
 6      */
 7     public static void main(String[] args) {
 8         for(int a=0;a<=100;a++){
 9             System.out.println(a);
10         }
11     }
12 
13 }

 

for

标签:print   system   reac   测试   for   out   string   void   color   

原文地址:http://www.cnblogs.com/PoeticalJustice/p/7608753.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!