______ on the New World, he felt like crying. A.landB.LandedC.To landD.Having landed

______ on the New World, he felt like crying.

A.land

B.Landed

C.To land

D.Having landed


相关考题:

下列语句中,正确的是( )。A.char*myString="Hello-World!";B.char myString="Hello-World!";C.char myString[11]="Hello-World!";D.char myString[12]="Hello-World!";

The doctor ______my forehead and said, "Your forehead ______hot."A. felt, feelsB. felt, was feltC. feels, feltD. feels, is felt

“所有家住北京的姓王的人”的查询信则表达式是( )A.姓名Like“王*”OR住址Like“北京”B.姓名Like“王*”AND住址Like“北京”C.姓名Like“王?”AND住址Like“北京”D.姓名Like“王?”OR住址Like“北京”

下列程序的输出结果是______。includeusing namespace std;int main() {char a []="He 下列程序的输出结果是______。 #include<iostream> using namespace std; int main() { char a []="Hello, World"; char *ptr=a; while (* ptr) { if(*ptr)= 'a' *ptr' <= 'z') cout << char(*ptr+'A'-'a'); else cout << *ptr; ptr++; } return 0; }A.HELLO,WORLDB.Hello,WorldC.hELLO, wORLDD.hello,world

下列字符型常量Hello,world!表示方法中,错误的是______。A.[Hello,world!]B.'Hello,wOrld!'C.Hello,world!,D.{Hello,world!}

下列语句中正确的是A.char*myString="Hello-World!";B.char myString="Hello-World!";C.char myString[11]=”Hello-World!”;D.char nlyString[12]="Hello-World!";

4. Lucy was very sorry __________ being late ,but what the teacher said made her better.A.for ,feelB.to ,to feelC.about ,feeling 'D.at ,felt

It_______to me that he was jealous.A.happenedB.tookC.occurredD.felt

以下定义常量不正确的语句是()AConst Num As Integer=200BConst  Num1 As Long=200, Sstr$="World"CConst Sstr$="World"DConst Num$=#World#

13、Java程序向显示器输出信息“Hello, World”,下列哪种写法是错误的?A.System.out.print(“Hello, world” );B.System.out.println(“Hello, world” );C.System.out.print(“Hello, world\n” );D.printf(“Hello, world\n” );