更多“以下所列的各函数首部中,正确的是()A.void play (var:Integer,var b:Integer)B.void play(int a, ”相关问题
  • 第1题:

    下列各函数首部中,正确的是()。

    A.void play(var :Integer, var b:Integer)

    B.void play(int a, b)

    C.void play(int a, int b)

    D.Sub play(a as integer, b as integer)


    void play(int a,int b)

  • 第2题:

    【单选题】以下所列的各函数首部中,正确的是()。

    A.void play(var :Integer,var b:Integer)

    B.void play(int a,b)

    C.void play(int a,int b)

    D.Sub play(a as integer,b as integer)


    C

  • 第3题:

    3.以下所列的各函数首部中,正确的是()

    A.void play(var :Integer,var b:Integer)

    B.void play(int a,b)

    C.void play(int a,int b)

    D.Sub play(a as integer,b as integer)


    C

  • 第4题:

    以下所列的各函数首部中,正确的是()。

    A.void play(int a,b)

    B.void play(var :Integer,var b:Integer)

    C.void play(int a,int b)

    D.Sub play(a as integer,b as integer)


    void play ( int a,int b )

  • 第5题:

    以下所列的函数首部说明形式中,正确的是___

    A.void play(var :Integer,var b:Integer)

    B.void play(int a,int b)

    C.void play(int a,b)

    D.Sub play(a as integer,b as integer)


    void play(int a,int b)