已知在“通用”代碼有以下語句: Dim stu()As String 則,在某一事件代碼中使用()是正確的。
A.ReDim stu(120) B.ReDim stu(4,120) C.ReDim stu( ) D.ReDim stu( ) As Integer
A.if x>0 then y=1 else if x=0 then y=0 else y= -1 B.if x>0 then y=1 else if x<0 then y= -1 else y=0 C.if x>=0 then if x=0 then y=0 else y= -1 else y=1 D.if x<>0 then if x<0 then y= -1 else y= 1 else y=0
A.abef B.cdef C.abgh D.cdgh