211k views
5 votes
Which statement will add a string to the string pool?

OA. String newstring1 = "Hello";
OB.
String string1 = "Hello";
OC. String string1 = String("Hello");
OD. newString string1 = "Hello";

User Flownt
by
3.9k points

1 Answer

9 votes

Answer:

string newstring="hello"

User Surfmuggle
by
4.1k points