Multiple Choice
What will be printed by the statements below? final int BONUS = 20;
Int salary = 100;
Int netSalary = salary + BONUS;
System.out.print (netSalary) ;
A) salaryBONUS
B) 120
C) 100BONUS
D) Nothing will be printed because constants cannot be used in expressions.
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Assume the following variable has been declared
Q33: What is wrong with the following code?<br>Int
Q34: Which one of the following types of
Q34: Consider the following division statements:<br>I.22 / 7<br>II.22.0
Q35: Assuming that the user inputs a value
Q37: What is wrong with the following code
Q41: Assume the following variables have been declared
Q101: What is the meaning of x =
Q106: What happens to the fractional part when
Q123: Which one of the following statements can