Operations represent certain actions over operands (variables) involved in the operation. Operations can be binary — performed on two operands, unary — performed on a single operand, ternary — performed on three operands. Binary arithmetic operations: + — addition, adds the right operand to the left; - — subtraction, subtracts the right…