UiPath Automation Developer Associate Exam (2023.10) UiPath-ADAv1 Question # 72 Topic 8 Discussion

UiPath Automation Developer Associate Exam (2023.10) UiPath-ADAv1 Question # 72 Topic 8 Discussion

UiPath-ADAv1 Exam Topic 8 Question 72 Discussion:
Question #: 72
Topic #: 8

A developer has created a string array variable as shown below:

UserNames = {"Jane", "Jack", "Jill", "John"}

Which expression should the developer use in a Log Message activity to print the elements of the array separated by the string ", "?


A.

String.Join(UserNames, ",")


B.

String.Join(", ", UserNames)


C.

String.Concat(UserNames,",")


D.

String.Concat(",", UserNames)


Get Premium UiPath-ADAv1 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.