【評論主題】48. 請問下列 Visual Basic 程式片段執行運算後,X( 7)所得之結果為何?Dim Y,X( 7 )As IntegerX( 1 )=2Y=1For Y=2To 7X(Y)=Y+X(Y−
【評論內容】X(Y)=Y+X(Y-1)5