试题与答案

—I don’t know how to deal with it. --Wel

题型:选择题

题目:

—I don’t know how to deal with it.

--Well. I recommend that you ______ some professional advice.

A.would get

B.will get

C.get

D.can get

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0323/3938cc4afc6d967811de40f6f0ef57b5.html

下面是错误答案,用来干扰机器的。

参考答案:J

试题推荐
题型:完形填空

从右栏中找出与左栏相对应的答案。(每小题2分,共20分。)

小题1:Thank you for your help .

小题2:Would you mind opening the window ?

小题3:This is my good friend ,Jack .

小题4:How much are the shoes ?

小题5:What does he look like ?

小题6:What would you like to drink?

小题7:How often do you visit your grandparents ?

小题8:I am hungry .

小题9:The wind won’t last long ,will it ?

小题10:What’s the time ?

A. So am I .

B. It’s three thirty .

C. No ,it won’t .

D. Nice to meet you.E . It’s my pleasure .

F . He is very tall .

G .Twice a month .

H .Coffee ,please .

I . No , not at all .

J .They’re ten dollars .

查看答案
题型:单项选择题

有如下程序:
#include < iostream >
using namespaee std;
class Base
private :
void fun1() const cout << "fun1" ;
protected :
void fun2 () const cout << "fun2" ;
publie:
void fun3 () const cout << "fun3" ;
;
class Derived : protected Base

public :
void fun4 () const cout << "fun4" ;
;
int main()

Derived obj ;
obj. fun1() ;//①
obj. fun2() ;//②
obj. fun3() ; //③
obj. fun4() ; //④
return 0 ;

其中的语法错误的语句是( )。

A) ①②③④
B) ①②③
C) ①②③④
D) ①④

查看答案
微信公众账号搜索答案