填空题
下面程序运行的结果为
1
11 12
21 22 23
31 32 33 34
请在画线处填上适当的内容使程序完整。
Private Sub Form_Click()
Call______
End Sub
Private Sub Pl6()
End Sub
Private Sub p16()
ForI=1 to 4
Forj=1 to I
a=______
Print Tab(j-1)*5+1);a;
Nextj
Print
NextI
End Sub
【参考答案】
(I-1)*10+j
点击查看答案
<上一题
目录
下一题>
热门
试题
填空题
标准模块和窗体模块的功能是计算和打印两个复数之和,在横线上填上适当内容。标准模块______。 Type comp re As Single im As Single End Type Public C As comp 窗体模块 Private Sub Commandl_Click() Dim a As comp,b As comp a.re=InputBox(“输入a的实部”) a.im=InputBox(“输入a的虚部”) b.re=InputBox(“输入b的实部”) b.im=InputBox(“输入b的虚部”) ______ Print c = ; c.re; + ; c.im; i End Sub Private Sub s(______) c.re = r1.re + r2.re c.im = r1.im + r2.im End Sub
点击查看答案&解析
填空题
VB6识别对象靠的是对象的______属性。
点击查看答案
相关试题
数据库的逻辑结构设计阶段的主要内容是将E...
常见的软件开发方法有结构化方法和面向对象...