Question

Which statement is false?
a) in the statement
sum = integer1 + integer2;
both = and + are binary operators.
b) The statement in part a) is an example of an assignment statement.
c) The spaces around each of the binary operators in the statement of part a) are required.
d) In part a), the = operator's two operands are sum and the value of the expression integer1 + integer2.

Answer

This answer is hidden. It contains 3 characters.