Because compared to 1040EZ, 1040 way more more complex.
Answer:
Delete and block the email. It is obviously a scam.
Add-on:
I hope this helped you at all.
Answer:
BEGIN
INPUT N
IF N>0 AND N<10 THEN
OUTPUT "blue"
ELSE
IF N>10 AND N<20 THEN
OUTPUT "red"
ELSE
IF N>20 AND N<30 THEN
OUTPUT "green"
ELSE
OUTPUT "It is not a correct color option"
ENDIF
END.
Explanation:
You need to attach a document of where i would read it from