VB中,下列程序运行后,变量y的值为()x=20if x>=100 then y=5*x else y=4*x
查看答案
VB中,命令按钮控件是()
A. Label
B. TextBox
C. ommandButton
D. Image
VB中,如果x=Val("123.45"),那么x的值为()
A. 123
B. 123.45
C. 12345
D. "123.45"
VB中,时间按钮控件是()
A. Label
B. TextBox
C. ommandButton
D. Timer
VB中,窗体文件的扩展名是()
A. bas
B. vbp
C. frm
D. exe