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:

Verified
Correct Answer:
Verified
Q32: Example Code Ch 02-1<br>public class Questions1_4<br>{<br>public static
Q33: A double is wider than a float
Q34: Assume that a = "1", b =
Q35: Provide an example of how you might
Q36: Using the various String methods, manipulate a
Q38: Write a set of instructions to prompt
Q39: Write a program that will input some
Q40: Example Code Ch 02-1<br>public class Questions1_4<br>{<br>public static
Q41: An employer has decided to award a
Q42: If String name = "George W. Bush";