题库 高中信息

题干

在VB中,有如下事件处理过程代码:
Private Sub Command1_Click()
Dim s As Double
s = 0
Do While s <> 5
s = s + 2
Loop
Label1.Caption = Str(s)
End Sub
该事件处理过程代码违背了算法特征中的( )
A.确定性B.有穷性C.有输出D.有0个或多个输入
上一题 下一题 0.99难度 选择题 更新时间:2019-03-18 03:07:49

答案(点此获取答案解析)