• 2021-04-14
    已定义数组dim a(5) as integer,函数ubound(a())的值为________,lbound(a())的值为________
  • 5  0

    内容

    • 0

      以个哪个选项定义了10个整形数构成的数组,数组元素为Array(1)至Array(10)?( ) A: Dim Array(10) As Integer B: Dim Array(10) Integer C: Dim Array(1 to 10) As Integer D: Dim Array(1 to 10) Integer

    • 1

      用语句Dim A (-3 To 5) As Integer定义的数组的元素个数是().

    • 2

      中国大学MOOC: 若有数组说明语句:Dim a()AS Integer,则a被定义为_______。

    • 3

      a(LBound(a))和a(UBound(a))的值分别是_______.Dima(-1To6)Fori=LBound(a)ToUBound(a)a(i)=iNexti A: 00 B: -50 C: -16 D: 06

    • 4

      若要引用某数组x的数组元素,该元素的下标为i,则i的取值范围为[Ubound(x),Lbound(x)]