A.數(shù)組定義了18個(gè)元素B.給數(shù)組元素賦值時(shí),只能使用雙精度數(shù)據(jù),賦值其它數(shù)據(jù)都會(huì)出錯(cuò)C.此定義語(yǔ)句可以寫在form …..load 事件中D.數(shù)組x 是靜態(tài)數(shù)組
A.dim a(10)as integerB.dim c (1,1to 5)C.dim d%(-5to 5)D.dim b(-2to 2,1)as integer
A.WendB.endC.loopD.next