Multiple Choice
What is the output of the following statement? System.out.println("Welcome \n Home") ;
A) WelcomeHome
B) Welcome Home
C) Welcome
D) Welcome \n Home
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Which of the following is a valid
Q5: The length of the string "first java
Q6: Suppose that index is an int variable.
Q7: Which of the following is NOT a
Q8: Suppose x = 18.6. The output of
Q10: When evaluating a mixed expression, all integer
Q11: The data type float is a floating-point
Q12: The value of the expression 14 %
Q13: The expression (int)8.7 evaluates to _.<br>A) 8<br>B)
Q14: Suppose console is a Scanner object initialized