Javaの変数定義(1)
関連タイピング
-
プレイ回数2.9万短文英字60秒
-
プレイ回数43短文かな30秒
-
プレイ回数3368短文英字90秒
-
プレイ回数931長文英字278打
-
プレイ回数302英語長文180秒
-
プレイ回数144長文60秒
-
プレイ回数799英語長文119打
-
プレイ回数209英字60秒
問題文
(int value;)
int value;
(int x;)
int x;
(int y;)
int y;
(String name;)
String name;
(short data;)
short data;
(float minValue;)
float minValue;
(boolean isVisible;)
boolean isVisible;
(byte a;)
byte a;
(long timeOfFlight;)
long timeOfFlight;
(String patientName;)
String patientName;
(double projectCost;)
double projectCost;
(short backgroundColor;)
short backgroundColor;
(long voteForTramp;)
long voteForTramp;
(double carbonDioxideValue;)
double carbonDioxideValue;
(int localIP;)
int localIP;
(byte correctSize;)
byte correctSize;
(boolean isReadyToGo;)
boolean isReadyToGo;
(String myFavoriteSong;)
String myFavoriteSong;
(double efficientTimeOf;)
double efficientTimeOf;
(int specificValue;)
int specificValue;
(boolean canceled;)
boolean canceled;
(String userName;)
String userName;