高等继续教育 / VisualBasic程序设计
正确率:100%
题型描述: 单选题
在下列循环中,语句“print x”被执行的次数是: 。 Private Sub Form_Click() x = 7 While 6 < 8 Print x, Wend End Sub
A.无数次
B.8次
C.0次
D.6次
在下列循环中,语句“print x”被执行的次数是: 。 Private Sub Form_Click() x = 7 While 6 < 8 Print x, Wend End Sub
A.无数次
B.8次
C.0次
D.6次
参考答案:
佳题速递: