问题描述:
[单选]
当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.96)
- 热门题目: 1.运算符==和$仅适用于()数 2.下列是关于信息系统开发策略的 3.在ProgressBar进度
