如下程序段运行后,k的值是 Dim d(1 to 5) As Integer k=0 For i="1" to 5 d( i )=i If d( i )>k Then k="d(" i ) Next i Print k
试题篮