# 077請建立一個Test4Numbers.java,可輸出0~100裡4的倍數 public static void main(String[] args) { int i; for(i=1;i<101;i++) { if( i % 4 == 0) System.out.print(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