Which one of the following statements, when placed in the blank space, will give strArr2 a value of "123"?

Given the following code: strArr1 = string[]{"1", "2", "3"}; strArr2 = __________________________; return strArr2;
Which one of the following statements, when placed in the blank space, will give strArr2 a value of "123"?
A. join(strArr1, "")
B. combine(strArr1, "")
C. join(strArr1, " ")
D. combine("", strArr1)

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.