# 008public class Continue應用 { continue的功能是跳過continue以下的敘述,回到迴圈的起始點 public static void main(String[] args) { for (int i=0; i<10; i++){ if (i%2 == 0) continue; System.out.println(i); } } }
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up