填空题

下列语句的输出结果为 【6】 。 Print Format$(10009.36,"000,000.000")

【参考答案】

010,009,360
<上一题 目录 下一题>
热门 试题

填空题
单击窗体上的关闭按钮时,触发的事件是 【7】 。
单项选择题
有如下函数过程: Function Fun (By Val x As Ingeger, ByVal y As Integer)As Integer Do While…y<>0 reminder=x Mod y x=y y=reminder Loop Fun=x End Function 以下是调用该函数的事件过程,该程序的运行结果是 Private Sub Command1_Click() Dim a As Integer Dim b As Integer a=100:b=25 x=Fun(a,b) Print x End Sub
A.0
B.25
C.50
D.100
相关试题
  • 假定在工程文件中有一个标准模块,其中定义...
  • 执行下面程序,第一行输出结果是 【12】...
  • 能够将文本框控件隐藏起来的属性是 【9】 。
  • 忆知数组A(4,4),各个元素在运行程序...
  • 在3种不同类型的组合框中,只能选择而不能...