UiPath (ADPv1) Automation Developer Professional Exam(2023.10) UiPath-ADPv1 Question # 56 Topic 6 Discussion

UiPath (ADPv1) Automation Developer Professional Exam(2023.10) UiPath-ADPv1 Question # 56 Topic 6 Discussion

UiPath-ADPv1 Exam Topic 6 Question 56 Discussion:
Question #: 56
Topic #: 6

Which one of the following expressions Is the equivalent of the If activity from the picture?

UiPath-ADPv1 Question 56


A.

message = lf(number mod 2 = 0. "Even number", "Odd number")


B.

message = lf(number mod 2 = 0. Odd number. Even number)


C.

message = lf(number mod 2 = 0 then "Odd number" else "Even number")


D.

message = lf(number mod 2 = 0 {"Odd number"} else {'Even number"})


Get Premium UiPath-ADPv1 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.