有如下Visual Basic程序段: Private Sub Test ( ?。?br />Dim i as Integer Dim Arr(1to 10)As integer For i=1to 10 Arr( i )=i*i Next i End Sub 該程序段運(yùn)行后,Arr( 8 )的值是
3.有如下程序段: Dim s(1 To 81)As Integer,i As Integer,j As Integer,c As Integer,temp As Integer c=0:s(1)=0 For i=1 To 9 For j=1 To i temp=s(j*i) s(j*i)=j*i If temp<>s(j*i) And s(j*i) Mod 9=0 Then c=c+1 Next j Next i 該程序段運(yùn)行后,變量 C 的值為( ?。?/h2>