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