297×59的积大约是______,正确的得数是______.
297×59≈18000,
297×59=17523,
故答案依次为:18000,17523.
有如下程序段: Private Sub Command1_Click( ) Dim a As Integer a=2 For i=1 To 3 Print G(a) Next i End Sub Function G(a As Integer) b=0 Static c b=b + 1 c=c + 1 G=a + b + c End Function 运行上面的程序后,单击命令按钮,输出结果为( )。
A. 窗体文件的扩展名为.frm
B. 一个窗体对应一个窗体文件
C. Visual Basic中的一个工程只包含一个窗体
D. Visual Basic中一个工程最多可以包含255个窗体
He came home late. You _____him do that, he _______. [ ]
A. shouldn't have let; might have got lost
B. shouldn't let; might get lost
C. shouldn't have let; might get lost
D. shouldn't let; might have got lost