单项选择题
执行下列VB程序段后,循环体执行的次数为()
A.0次 B.5次 C.4次 D.1次
设x=3,执行VB程序段If x=3 Then x=2+x后,x的值为()A.5B.4C.6D.3
单项选择题设x=3,执行VB程序段If x=3 Then x=2+x后,x的值为()
A.5 B.4 C.6 D.3
设x=3,执行VB程序段If x=3 Then x=2*x后,x的值为()
填空题设x=3,执行VB程序段If x=3 Then x=2*x后,x的值为()
设x=5,执行VB语句If x>5 Then x=x+1后,x的值为()A.5B.4C.6D.0
单项选择题设x=5,执行VB语句If x>5 Then x=x+1后,x的值为()
A.5 B.4 C.6 D.0