Solved

Given the Java Statement Int Sum = Number1 + Number2;

Question 31

Multiple Choice

Given the Java statement int sum = number1 + number2;
Which of the following statements is false?


A) It's an assignment statement.
B) It calculates the sum of variables number1 and number2.
C) The operands of the addition operator are number1 and number2.
D) It assigns the value of number1 to sum.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions