The new student is ______.
A: Linda
B: Betty
C: Maria
A: Linda
B: Betty
C: Maria
举一反三
- How old is Peter A: Linda B: Betty C: Maria
- 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?
- 下列声明数组的语句中,错误的选项是( )。 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')
- 声明并创建一个学生类Student的对象s,下列语法格式正确的是: A: Student s = Student(); B: Student s; C: Student s = new Student(); D: Student s = new ();
- 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();