Dim a(10) as integer
Dim i as integer
Dim s as integer
For i=1 to 5
a(i)=i*i
next i
s=a(3)+a(4)
print s
上述程序运行后,变量s的值是________
i=m+1 End if