未知题型
单项选择题 工具按钮的作用是() A、激活装配一个已经存在组件命令 B、新建一个组件 C、隐藏组件 D、显示组件
未知题型 有下列程序,程序运行后单击命令按钮,则输出的结果为( )。Private Sub Command1_Click()Dim a%(1 To 4),b%(3 To 6),i%,s1#,s2# For i=1 To 4 a(i)=i Next i For i=3 To 6 b(i)=i Next i s1=Factorial(A) s2=Factorial(B)Print 's1=';s1;'s2=';s2End SubFunction Factorial(a()As Integer)Dim t#,i% t=1 For i=LBound(A)To UBound(A) t=t*a(i) Next i Factorial=tEnd FunctionA.s1=360 s2=24B.s1=24 s2=360C.s1=24 s2=24D.s1=360 s2=360
判断题 The Western philosophy thinks that if two things are different from each other, they are against each other, which means the Westerners focus on the differences of two things rather than the similarities. () A、正确 B、错误