Dim i As Integer, s As Integer
i=0:s=1
Do While i <= 10
If ( )Then
s=s*2
End If
i=i+1
Loop
执行该程序后,输出s的值为64,则括号处应填入( )