When assigning text to a string variable, you must begin and end the text with a(n) ________.

a) single-quote character (')
b) double-quote character (")
c) ampersand character (&)
d) dollar-sign character ($)
e) None of the above.

b) double-quote character (")

Computer Science & Information Technology

You might also like to view...

What does the following statement do?

vector v(10, 2); a. It creates a vector object and initializes the first two elements with the values 10 and 2. b. It creates a vector object with a starting size of 2 and initializes the first element with the value 10. c. It creates a vector object with a starting size of 10 and initializes the first element with the value 2. d. It creates a vector object with a starting size of 10 and initializes all the elements with the value 2.

Computer Science & Information Technology

What is Luminance?

What will be an ideal response?

Computer Science & Information Technology