1for i=1 to 100 print i^2; if i mod 10 =0 then printnext2i=1while i<=100 print i^2; if i mod 10 = 0 then print i=i+1wend3 i=1do whlie i<=100 print i^2; if i mod 10 = 0 then print i=i+1loop