The teacher warned the students ______ swimming in the lake. A.not to goB.don’t goC.not goD.to not go

The teacher warned the students ______ swimming in the lake.

A.not to go

B.don’t go

C.not go

D.to not go


相关考题:

I watched Gerald for a while, but I didn't notice him ____ out of the water. A、swimming, comeB、swim, comeC、swim, comingD、swimming, coming

Teaching activities must be based on the students' cognitive development level and the existing experienced knowledge, thus, students' personal knowledge, students' life world and are also the important curriculum resources except textbook.A.game activitiesB.labour activitiesC.attitudeD.direct experience

—How about_in the river with us?—Sorry,I can’t.My parents often tell me_that. A.swim;don’t doB.swim;to doC.swimming;not doD.swimming;not to do

Mike is better than Peter()swimming.AforBatConDin

类Teacher和Student是类Person的子类;     Person p;     Teacher t;     Student s;     //p, t and s are all non-null.     if(t instanceof Person) { s = (Student)t; }   最后一句语句的结果是:()A.将构造一个Student对象;B.表达式是合法的;C.表达式是错误的;D.编译时正确,但运行时错误。

以下字符串定义错误的是___________。A.char s[7]="Teacher";B.char s[]="Teacher";C.char s[10]={"Teacher"};D.char s[10]="Teacher";

类 Teacher 和 Student 是类 Person 的子类; Teacher t; Student s; // t and s are all non-null. if (t instanceof Person ){ s=(Student)t; } 最后一条语句的结果是:A.将构造一个Student 对象;B.表达式是合法的;C.表达式是错误的;D.编译时正确, 但运行时错误。

声明并创建一个学生类Student的对象s,下列语法格式正确的是()。A.Student s = Student();B.Student s;C.Student s = new Student();D.Student s = new ();

创建students对象,_______语句可以选出第二个同学的身高。 students数据如下: age height weight 1 19 170 68 2 20 165 65 3 18 175 65A.students[1,'height']B.students.loc[2,'height']C.students.iloc[1, 1]D.students['height'][3]

创建students对象,_______语句可以选出第二个同学的身高。 students数据如下: age height weight 1 19 170 68 2 20 165 65 3 18 175 65A.students.loc[2,'height']B.students.iloc[1, 1]C.students[1,'height']D.students['height'][3]