List of questions
Related questions
Question 141 - Certified Marketing Cloud Developer discussion
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
Your answer:
0 comments
Sorted by
Leave a comment first