Question d’entretien chez Epic

Coding problem: in pseudocode, write a program that can identify "additive digits." For example, "123" is additive because 1 +2 = 3. another example is "112233" since 11 + 22 = 33.