スキル問題1 / 20
出力予測初級

次のコードの出力は?

int total = 7;
int count = 2;
System.out.println(total / count);
14 でも選べます