|NO.Z.00076|——————————|BigDataEnd|——|Java&循环结构.V15|——|Java.v15|while循环.v04|while循环和for循环比较|

一、while循环和for循环比较
### --- while循环和for循环比较

~~~     ——>    while循环和for循环比较
~~~     ——>    while循环和for循环完全可以互换,当然推荐使用for循环。
~~~     ——>    while循环更适合于明确循环条件但不明确循环次数的场合中。
~~~     ——>    for循环更适合于明确循环次数或范围的场合中。
~~~     ——>    while(true) 等价于for(;;) 都表示无限循环。

 
 
 
 
 
 
 
 
 

Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of life.It sinks, and I am ready to depart
                                                                                                                                                   ——W.S.Landor

 

posted on 2022-04-02 23:18  yanqi_vip  阅读(11)  评论(0)    收藏  举报

导航