XiLang: counter=0; FOR each item IN [10,20,30,40]: IF item>15: counter=counter+1.What is counter after execution?