以下程序段的輸出結(jié)果是()。 X=1:y=4 dountily>4 x=x*y:y=y+1 loop Printx
A.1 B.4 C.8 D.20
A.Form1=”VB Test” B.Caption=”VB Test” C.Form1.Text=”VB Test” D.Form1.Name=”VB Test”
已知在“通用”代碼有以下語句: Dim tt()As Integer 則,在某一事件代碼中使用()是正確的。
A.ReDim tt(3,4) As boolean B.ReDim tt(4) As String C.ReDim tt(10) D.ReDim tt( )