①commandbutton ②label ③image ④optionbutton ⑤timer ⑥textbox
下面变量名命名正确的是( )
Private Sub Command1_Click( )
Dim s, j As Single
s=
For j=1 to 50
If Then
s=s*j
Else
End if
Next j
print “s=”:s
End Sub
试在横线处填写适当的内容,使程序得到相应的计算结果。
Dim As Integer
Randomize
num = Int( * 3)
Text1. Text = Textname((num)). Text