The manager promised to have my complaint _. A.looked throughB.looked intoC.looked forD.looked after
The manager promised to have my complaint _.
A.looked through
B.looked into
C.looked for
D.looked after
相关考题:
What a waste! Why do you () the water () all the time ? A、have…flowingB、have…flowC、have…to flowD、have…flowed
I think she made a blunder by announcing it ahead of time.A: decisionB: mistakeC:promiseD: plan
After working with him for quite a while,she consented to be his wife.A:agreed B:madeC:allowed D:promised
已知基类Employee只有一个构造函数,其定义如下: Employee::Employee(int n):id(n){ } Manager是Employee的派生类,则下列对Manager的构造函数的定义中,正确的是?A.Manager::Manager(int n):id(n){}B.Manager::Manager(int n){id=n;}C.Manager::Manager(int n):Employee(n){}D.Manager::Manager(int n){Employee(n);}