W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Java
server
Go to Spaces
Ctrl+Alt+P
public class Main { static void countdown(int n) { if (n> 0) { System.out.print(n + " "); countdown(n - 1); } } public static void main(String[] args) { countdown(5); } }
5 4 3 2 1
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル