Loop While
s的值是 3k = 15i = 1: s = 0Do If k Mod i = 0 Then s = s + 1 End If i = i + 1Loop While i < kPrint s