A developer wants to include an AMPscript if/else statement in an email to satisfy the condition "if
the subscriber's tier is not premier then display heading encouraging them to upgrade." The tier
value has already been set as variable named @level. How should the developer write this
AMPscript conditional statement?
C
D. %%=IIF @level == premier, You are a premier member" Upgrade to premier now!
The Correct answer is within asnwer C which is not formatted correctly