W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Java
server
Go to Spaces
Ctrl+Alt+P
public class Main { public static void main(String[] args) { int[] numbers = {3, -1, 7, 0, 9}; for (int n : numbers) { if (n < 0) { continue; // skip negative numbers } if (n == 0) { break; // stop loop when zero is found } System.out.println(n); } } }
3
7
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル