Solved

If You Want to Output the Text "Hi There", Including

Question 26

Multiple Choice

If you want to output the text "hi there", including the quote marks, which of the following could do that?


A) System.out.println("hi there") ;
B) System.out.println(""hi there"") ;
C) System.out.println("\"hi there") ;
D) System.out.println("\"hi there\"") ;
E) none, it is not possible to output a quote mark because it is used to mark the beginning and ending of the String to be output

Correct Answer:

verifed

Verified

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

Related Questions