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 x = 5; ++x; // Increment x by 1 (x becomes 6) --x; // Decrement x by 1 (x becomes 5 again) System.out.println(x); // 5 } }
5
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル