Given the following code:
Which one of the following statements, when placed in the blank space, will give strArr2 a value of “123?”
join (strArr1,””)
join (strArr1, ” ”)
combine (” ”, strArr1)
combine (strArr1, ””)
Submit