Solved

String Example = "Deitel";

Question 74

Multiple Choice

string example = "Deitel";
2) example = example + " Books";


A) This will produce an error
B) This will not produce an error;however,line 2 will not change the string example.
C) This will not produce an error,and the string's value is "DeitelBooks".
D) This will not produce an error,and the string's value is "Deitel Books".

Correct Answer:

verifed

Verified

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

Related Questions