The string class overloads the += operator to perform
A) conversion to integers followed by addition.
B) concatenation of two strings.
C) calculation of the sum of the integer ASCII codes that comprise the characters in the string.
D) calculation of the sum of the lengths of two strings.
E) None of the above
B) concatenation of two strings.
Computer Science & Information Technology
You might also like to view...
Directories cannot be alphabetically sorted using the Windows 10 CLI.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
JavaScript is a language often used within HTML documents to trigger interactive features.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology