题目内容

运行下列程序,依次点击第一个和第二个按钮,结果为___________。Dim a As Integer ' 在窗体通用部分定义a为窗体模块级的变量Private Sub Command1_Click()Dim b As Integera = 50b = 80End SubPrivate Sub Command2_Click()Dim b As IntegerPrint a;Print bEnd Sub

查看答案
更多问题

运行下面的程序,显示结果是___________。Private Function digit(n As Integer, k As Integer) As Integerdigit = 0Do While k > 0digit = n Mod 10n = n \ 10: k = k - 1LoopEnd FunctionPrivate Sub Form_Click()Print digit(3456, 4);Print digit(3456, 3)End Sub

Write a word that is similar in meaning to the underlined part.The curve of the substructure allows water to run off of it.( c _ _ b _ _ )

The area designated for the collection and removal of water runs alongside the train tracks.( _ r _ i _)

The level of an area of land must be even to support a train’s weight properly. ( _ _ a _ e)

答案查题题库