Practice Test Geeks home

Epic Skills Assessment Fictional Programming Language Logic Questions and Answers 3

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

Select your answer