java練習用
プログラミング言語「java」の練習用です。
関連タイピング
-
ホームポジションが自然と身につく!
プレイ回数1858 短文60秒 -
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数4630 英語長文120秒 -
ぬるぽ ガッ
プレイ回数34 英字31打 -
スクラッチのブロックを20個打ってください!!!
プレイ回数204 357打 -
※long long → ll, vector → vc
プレイ回数390 英語90秒 -
JavaScriptの暗記用です
プレイ回数2798 英語長文504打 -
[010]JAVA-SHI 用語
プレイ回数231 英字60秒 -
WEB系エンジニア向け
プレイ回数2348 英語長文1462打
問題文
ふりがな非表示
ふりがな表示
(public static void main(String[] args))
public static void main(String[] args)
(System.out.println())
System.out.println()
(int)
int
(String)
String
(double)
double
(boolean)
boolean
(System.out.print())
System.out.print()
(Math.max())
Math.max()
(Integer.parseInt())
Integer.parseInt()
(new java.util.Random().nextInt())
new java.util.Random().nextInt()
(new java.util.Scanner(System.in).nextLine())
new java.util.Scanner(System.in).nextLine()
(new java.util.Scanner(System.in).nextInt())
new java.util.Scanner(System.in).nextInt()