Which is the expected value of @value if x = ‘Tacos’?

A developer wants to create a CloudPage which is linked from an email. %%[SET @point = RequestParameter(x) SET @value = 5 IF Length(@point) > 1 THEN SET @value = 1 ELSEIF Length(@point)>2 THEN SET @value = 2 ELSEIF Length(@point) >3 THEN SET@value = 3 ELSEIF Length(@point) >4 THEN SET @value = 4 ENDIF]%%

Which is the expected value of @value if x = ‘Tacos’?
A . 3
B . 1
C . 5
D . 4

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments