Salesforce Certified Marketing Cloud Developer (SP25) Marketing-Cloud-Developer Question # 46 Topic 5 Discussion

Salesforce Certified Marketing Cloud Developer (SP25) Marketing-Cloud-Developer Question # 46 Topic 5 Discussion

Marketing-Cloud-Developer Exam Topic 5 Question 46 Discussion:
Question #: 46
Topic #: 5

A developer wants to aggregate monthly energy usage data over a four month period for each subscriber within an email. The monthly usage values are stored in variables for eachmonth in the following way:

How should the developer use AMPscript to generate the total?


A.

SET @total - (@jan - 3fet - @mar @apr>


B.

SET @total = AZD((@jan @feb) @mar) @apr)


C.

SET @total - ADD(@jan,ADD(@feb,ADD(@mar,@apr)))


D.

SET @total = (ADD(@jan,@feb), ADD(@mar, @apr))


Get Premium Marketing-Cloud-Developer 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.