How do you concatenate two string values (str1, str2)?

Fill in the blank(s) with the appropriate word(s).


str1 = str1 + str2; or str1 += str2;

Computer Science & Information Technology

You might also like to view...

The ____________ method can be used to convert a string to a double.

a. Parse.double b. double.Parse c. ToString.double d. double.ToString

Computer Science & Information Technology

In what library is the function atoi found?

A. it is part of “using namespace std” B. C. D.

Computer Science & Information Technology

To resize the entire table, drag a ____ handle.

A. table sizing B. table resizing C. border D. border sizing

Computer Science & Information Technology

Which port is the most common port used to connect input and output devices?

A) Parallel B) Universal serial bus (USB) C) FireWire D) Ethernet

Computer Science & Information Technology