• 2022-06-07
    She is a new student. (改为一般疑问句)
    A: She is a new student?
    B: She isn't a new student?
    C: Is she a new student?
    D: Isn't she a new student?
  • C

    内容

    • 0

      Given that Student is a class, how many reference variables and objects are created by the following code? Student studentName, studentId; studentName = new Student(); Student stud_class = new Student();

    • 1

      The new student is in _______.

    • 2

      The new student is in _______.

    • 3

      The new student is in _______.

    • 4

      下列声明数组的语句中,错误的选项是( )。 A: var student=new Array() B: var student=new Array(3) C: var student[]=new Array(3)(4) D: var student=new Array('rose','mick')