HOMELv002 論理積を表す演算子はどれか。 2026年1月24日 論理積(AND)は&&。 次のコードの出力結果はどれか。 int a = 5; System.out.println(a++); 次のコードの出力結果はどれか。 int x = 10; x += 5;