オペランド(operand) 2025.08.12 演算子(operator)の処理対象になる値や変数のこと。 例)int a = 5 + 3; ・ +→ 演算子(operator) ・ 5 と 3 → オペランド(operand) 演算子に対して「何を使うのか」を示す部分がオペランド