设有以下函数过程Private Function Fun(a() as integer,b as string)as integer……End Function若已有变量声明:Dim x(5) as Integer,n as Integer ,ch as string则下面正确的过程调用语句是( )。
A. x(0)=Fun(x,”ch”)
B. n=Fun(n,ch)
C. call Fun x,”ch”
D. n=Fun(x(5),ch)
保险的基本特征不包括( )。
A. 合理性
B. 科学性
C. 经济性
D. 互助性
默认情况下,下面声明的数组的元素个数是()。Dim a(5,-2to2)
A. 20
B. 24
C. 25
D. 30
假定用下面的语句打开文件:Open “File1.txt” For Input As #1则不能正确读文件的语句是()。
A. Input #1,ch5
B. Line Input #1,ch5
C. ch$=Input5(5,#1)
D. Read #1,ch$