Given the java statement sum = number1 + number2; which of the following statement is false a. Its an assignment statement b. The operands of the addition operator are number1 and number2 c. It calculates the sum of variables number1 and number2 d. it assigns the value of number1 to sum
Given the java statement sum = number1 + number2; which of the following statement is false...