更多“在VB中,下列合法的变量名是( )。 A. 4ab B. a-b C. a_ 4 D. integer ”相关问题
  • 第1题:

    下列选项中,哪几项是VB语言的合法变量名。()

    A、123

    B、“abc”

    C、x1

    D、s


    正确答案:CD

  • 第2题:

    以下符号中,()是VB合法的变量名。

    A.x_y

    B.A#5

    C.2x

    D.Integer


    D

  • 第3题:

    下列给出的选项中,非法的变量名是()。

    A.Sum

    B.Integer_2

    C.Rem

    D.Form


    Rem

  • 第4题:

    下列可以作为合法变量名的是()。

    A.a-b

    B.int_a

    C.10xy

    D.Integer


    int_a

  • 第5题:

    下面____ 是合法的变量名。

    A.123ABC

    B.x3

    C.x-y

    D.Integer


    A