Multiple Choice
What will be printed by the statements below?
Int x = 100;
Int y = -12;
System.out.print ("Sum is " + x + y) ;
A) Sum is 100-12
B) Sum is 88
C) Sum is xy
D) Sum is 100 + -12
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: What is the output of the following
Q15: What will be the value inside the
Q16: Assume the following variable has been declared
Q17: What (if any) type of error occurs
Q19: Which of the following statements is correct
Q20: Suppose a phone number, stored as a
Q21: What will be the value stored in
Q23: Which of the following guidelines will make
Q55: Which statement is true?<br>A)Variables cannot be assigned
Q66: Consider the following Java variable names:<br>I.1stInstance<br>II.basicInt%<br>III.empName_<br>IV.addressLine1<br>V.DISCOUNT<br>Which of