Pre-Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Salesforce Certified Marketing Cloud Engagement Developer MCE-Dev-201 Question # 37 Topic 4 Discussion

Salesforce Certified Marketing Cloud Engagement Developer MCE-Dev-201 Question # 37 Topic 4 Discussion

MCE-Dev-201 Exam Topic 4 Question 37 Discussion:
Question #: 37
Topic #: 4

Certification Aid created following AMPscript code: %%[ SET @var1 = 10 SET @var2 = 20 SET @var3 = 30 ]%% How can the three variables be summed up to evaluate to 60? Choose 1.


A.

SET @total = Sum(@var1, @var2, @var3)


B.

SET @total = Add(@var1, Add(@var2, @var3))


C.

SET @total = Add(@var1, @var2, @var3)


D.

SET @total = @var1 + @var2 + @var3


Get Premium MCE-Dev-201 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.