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 a = 10; int b = 3; System.out.println(a / b); // Integer division, result is 3 double c = 10.0d; double d = 3.0d; System.out.println(c / d); // Decimal division, result is 3.333... } }
3
3.3333333333333335
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル