单项选择题
下面代码运行后,s的值是()。
A.20 B.12 C.10 D.6
如果x=35,y=80,下面代码的输出结果是()。 A.危险B.报警C.报警 安全D.危险 安全
如果x=35,y=80,下面代码的输出结果是()。
A.危险 B.报警 C.报警 安全 D.危险 安全
当month等于6时,下面代码的输出结果是()。 A.0B.28C.30D.31
当month等于6时,下面代码的输出结果是()。
A.0 B.28 C.30 D.31
引用ListBox(列表框)当前被选中的数据项应使用()语句A.ListBox1.Items[ListBox1...
单项选择题引用ListBox(列表框)当前被选中的数据项应使用()语句
A.ListBox1.Items[ListBox1.Items.Count] B.ListBox1.Items[ListBox1.SelectedIndex] C.ListBox1.Items[ListBox1.Items.Count-1] D.ListBox1.Items[ListBox1.SelectedIndex-1]