n=0for i=100 to 200 for j=2 to i-1if(i%j==0) then exitendif endfor if j==i thenlist1.additem(n) endifendfor