標題:
【026】for 迴圈 (二)
[打印本頁]
作者:
tonyh
時間:
2023-2-8 16:06
標題:
【026】for 迴圈 (二)
顯示0~100間所有偶數, 直向排列.
作者:
王捷恩
時間:
2023-2-18 13:54
public class A {
public static void main(String[] args) {
for(int i=0; i<=100; i++)
{
if(i%2==0)
System.out.println(i);
}
}
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2