试题 试卷
题型:单选题 题类:常考题 难易度:容易
浙江省高一下学期信息技术期末考试试卷
Private Sub Label1_Click()
Dim a As Double, b As Single, c As Single
a = Val(Text1.Text)
b = Val(Text2.Text)
c = ( a – b ) / Log(a)
Label1.Caption = Str(c)
End Sub
能运行该段程序的事件过程名是( )
Private Sub Form_Load()
Command1.Caption=“计算”
在程序运行时,能触发该事件的是( )
试题篮