I think her condition is improving but it may just be ________ thinking.
A willful
B wishful
C hopeful
D tactful
第1题:
13.
A.I
B.I'm
C.My
D.Her
第2题:
"Oh, I'm sorry," he ______ her.
A、cried
B、told
C、apologized
D、said
第3题:
请简述以下两个 for 循环的优缺点
// 第一个 for (i=0; i ing();} // 第二个 if (condition){for (i=0; i for (i=0;
i 优点:缺点: 优点:缺点:
第4题:
A、think...as
B、regard...as
C、believe...as
D、know...as
第5题:
阅读下列程序说明和C++程序,把应填入其中(n)处的字句,写在对应栏内。
【说明】
阅读下面几段C++程序回答相应问题。
比较下面两段程序的优缺点。
①for (i=0; i<N; i++ )
{
if (condition)
//DoSomething
…
else
//DoOtherthing
…
}
②if (condition) {
for (i =0; i<N; i++ )
//DoSomething
}else {
for (i=0; i <N; i++ )
//DoOtherthing
…
}
第6题:
6.______ Jenny._______name is Tom.
A.I'm;My
B.Her;My
C.I'm;His
D.She's;Her