1.While
2.Do while
Do while会在判断条件前执行一次。
3.循环的魅力
4.break与continue
continue运用例子:求1-100的偶数和。
- getDay()
- getDate()
1.While
2.Do while
Do while会在判断条件前执行一次。
3.循环的魅力
4.break与continue
continue运用例子:求1-100的偶数和。