网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

一Would you like to go to the cinema this evening?

--- ____.

A.I'm fine,thank you

B.Yes, I am

C.Yes, that’s a good idea


参考答案

更多 “ 一Would you like to go to the cinema this evening?--- ____.A.I'm fine,thank youB.Yes, I amC.Yes, that’s a good idea ” 相关考题
考题 ”You ____ have a wrong number,” she said. “There’s no one of that name here.”A. needB. canC. mustD. would

考题 7. If I _______ you,l_______ take an umbrella with me.A. was ; shouldB. was ; wouldC. were ; willD. were ; would

考题 Ifyoudon’tliketoswim,you_____aswellstayathome.A)shouldB)mayC)canD)would

考题 "You _________ finish your homework before the dinner." said mother. A.shouldB.have toC.mustD.would

考题 以下程序的输出结果是()。includevoid func(char**m){++m:cout 以下程序的输出结果是( )。 #include<iostream.h> void func(char**m) { ++m: cout<<*m<<end1; } void main() { static char*a[]={"MORNING","AFTERTOON","EVENING"}; char**n: n=a; func(n); }A.为空B.MORNINGC.AFTERTOOND.EVENING

考题 以下程序的输出结果是()。includevoid func(char**m) {++m:cout 以下程序的输出结果是( )。 #include<iostream.h> void func(char**m) { ++m: cout<<*m<<endl; } void main() { static char*a[]={"MORNING","AFTERTOON","EVENING"}; char**n; n=a: func(n); }A.为空B.MORNINGC.AFTERTOOND.EVENING

考题 以下程序的输出结果是()。includeincludeusing namespace std;void func(cha 以下程序的输出结果是( )。 #include<iostream> #include<stdlib> using namespace std; void func(char **m) { ++m; cout<<*m<<endl; } main() { static char *a[]={"MORNING","AFTERNOON","EVENING"); char **n; n=a; func(n); system("PAUSE"); return 0; }A.为空B.MORNINGC.AFTERNOOND.EVENING

考题 2.—How _______you?—I_______ fine, thanks.A.are;isB.are; amC.are;areD.is,am

考题 “You ____ have a wrong number,” she said. “There’s no one of that name here.”A. needB. canC. mustD. would

考题 将一批单词存入一个字符串数组中,例如:{"good","word","work","mean","thank","me","you","or","and"} 进行如下处理: 1) 统计含有子字符串or的单词个数; 2) 统计以字符m开头的单词个数。