未知题型 有下列程序,程序运行后单击命令按钮,则输出的结果为( )。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、错误
单项选择题 某开放式基金的资产净值是10.7元/单位,前端费用是6%,那么发行价格是( )? A、11.28 B、11.34 C、11.48 D、11.58