Solved

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

Question 37

Multiple Choice

If you want to output the text "hi there" including the quote marks, which of the following would you use?


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 of these; it is not possible to output a quote mark because it is used to mark the beginning and end of the String to be displayed.

Correct Answer:

verifed

Verified

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

Related Questions