java入門5章まで

背景
投稿者投稿者じゃのめさんいいね2お気に入り登録
プレイ回数1650難易度(2.1) 561打 英語
入門書に合わせたタイピング
とにかく打って覚えて慣れるしかない!
意味や理解を深めるため、制限時間を無くし一定の問題数を出題する仕様にしました。
タイピングの速度向上よりもjavaへの理解を重視しています。
ついでにタイピングで押しにくい記号もいれときました。
随時、問題を増やし進めていきます。

関連タイピング

問題文

ふりがな非表示 ふりがな表示

(public class Sample {})

public class Sample {}

(public static void main(String[] args) {})

public static void main(String[] args) {}

(System.out.println();)

System.out.println();

(/* */)

/* */

(//)

//

(byte)

byte

(short)

short

(int)

int

(long)

long

(float)

float

(double)

double

(boolean)

boolean

(char)

char

(String)

String

(final)

final

(+)

+

(-)

-

(*)

*

(/)

/

(%)

%

など

(=)

=

(+=)

+=

(-=)

-=

(*=)

*=

(/=)

/=

(%=)

%=

(++)

++

(--)

--

(System.out.print();)

System.out.print();

(Math.max(,);)

Math.max(,);

(Math.min(,);)

Math.min(,);

(Integer.parse.Int();)

Integer.parse.Int();

(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();

(if (sample == true) {})

if (sample == true) {}

(else {})

else {}

(while {})

while {}

(==)

==

(!=)

!=

(>)

>

(<)

<

(>=)

>=

(<=)

<=

(.equals)

.equals

(&&)

&&

(||)

||

(switch (sample) {})

switch (sample) {}

(case 1:)

case 1:

(break;)

break;

(default:)

default:

(do {} while();)

do {} while();

(for (int i = 0; i < 10; i++) {})

for (int i = 0; i < 10; i++) {}

(int [] samples;)

int [] samples;

(samples = new int [] {,})

samples = new int [] {,}

(samples.length)

samples.length

(sample();)

sample();

(return sample;)

return sample;

問題文を全て表示 一部のみ表示 誤字・脱字等の報告

◆コメントを投稿

※誹謗中傷、公序良俗に反するコメント、個人情報の投稿、歌詞の投稿、出会い目的の投稿、無関係な宣伝行為は禁止です。削除対象となります。

※このゲームにコメントするにはログインが必要です。

※コメントは日本語で投稿してください。