问题描述:
[单选]
当Command1_Click事件发生时,窗体上显示的内容是()。 Private Sub Command1_Click()Dim a As Integer,b As Integer,c As IntegerIf a = 0 Then x = x-1 Else If b <> 0 Then x = 7 Else x=x+8 End If If c <> 0 Then x = x-3 Else x = 4 End If Print xEnd Sub
A.7
B.8
C.4
D.3
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.216.94)
- 热门题目: 1.设有序顺序表为{10,20, 2.假定有下列变量定义:intk 3.执行cout<<setw()