首页题库练习题目详情
Visual Basic语言程序设计单选题中等

在Visual Basic中,声明变量的语句是?

ADim x As Integer
BSet x = 10
CDeclare x As Boolean
DVar x = 10