Multiple Choice
Assume that x and y are ints equal to 10 and 5 respectively. What is the output of the following statement? System.out.println(x + y) ;
A) 15
B) 105
C) 10 5
D) x + y
E) this would cause an error since neither x nor y is a String
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following is true regarding
Q3: As explained in the Software Failure section
Q4: What are the syntax errors from the
Q5: If you want to output a double
Q6: What will be the result of the
Q7: Unlike the String class where you must
Q8: Write a program which will input an
Q9: Java is a strongly typed language. What
Q10: Given three int variables with the values
Q11: How many ways are there to test