c语言main(){int i=1;while(i<=50){ if(i%3==0) printf("%d\n",i); i++;}}
vbscript:dim ii = 1while i < 51if i mod 3 = 0 then response.write ii = i +1weed