public class HelloWorld {
??? public static void main(String[] args) {
???????
??int i = 1; // 代表 1 - 5 之間的數(shù)字
???????
??// 當變量小于 5 時執(zhí)行循環(huán)
??while (i<1000) {
???????????
???// 輸出變量的值,并且對變量加 1,以便于進行下次循環(huán)條件判斷
???System.out.println("我愛你");
???i++;
??}
?}
}

WJ_0110
2014-10-01
0 回答
舉報
0/150
提交
取消