相关考题
-
单项选择题
VB中正确的循环语句是()
A.For x=10 to 1
B.For x=1 to 10step -1
C.For x=1 to 10step 2
D.For x=1 to step 10 -
单项选择题
下面程序的运行结果是()Private Sub Command1_Click( ) Text1.Text = ""123"" Text2.Text = ""321"" a = Text1.Text + Text2.Text Print a End Sub
A.132231
B.321123
C.123321
D.444 -
单项选择题
VB中,Int(5.9)的返回值是()
A.6
B.5
C.4
D.3
