Select the correct syntax for a PeopleCode conditional statement.

Select the correct syntax for a PeopleCode conditional statement.

Select the correct syntax for a PeopleCode conditional statement.

A.
If condition Then<PeopleCode statement(s)>;[Else<PeopleCode statement(s)>;]

B.
If condition Then<PeopleCode statement(s)>;[When other<PeopleCode statement(s)>;]End-If;

C.
When condition Then<PeopleCode statement(s)>;[Else when<PeopleCode statement(s)>;]EndIf;

D.
If condition<PeopleCode statement(s)>;[Else<PeopleCodestatement(s)>;]End-If;

E.
If condition Then<PeopleCode statement(s)>;[Else<PeopleCode statement(s)>;]End-If;



Leave a Reply 0

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