听力原文:M: As your doctor, I strongly advise you to go on a diet.
W: Do you really think that's important?
M: Definitely. If you don't, you might have a heart attack someday.
What might the result be if the woman doesn't take the man's advice?
A. She might put on weight.
B. She might be attacked by someone some day.
C. She might go on a diet.
D. Something might go wrong with her heart.
查看答案
有如下程序: #include<iostream> Using namespace std; Class TestClass {private: int X,y; public: TestClass(int i,int j) {x=i; y=j;} void print() {cout<<“printl”<<endl;} void print()const {cout<<“print2”<<endl;}}; int mai
A. print1
B. print2
C. print1 print2
D. 程序编译时出错
有如下程序: #include<iostream> using namespace std; Class TestClass {int a; public: TestClass(int x){a=x;} void show(){cout<<a;}}; class TestClass1:public TestClass {int b; public: TestClass1(int i):TestClass(i+1),b(i){} voi
A. 5
B. 1
C. 0
D. 2
持续经营是一个假定,是假设企业可以永远存在,即使进入破产清算,也不改变会计核算方法。()
A. 正确
B. 错误
复式记账法是对于发生的每一项经济业务都要以相等的金额同时在相互联系的两个账户中进行登记的一种记账方法。()
A. 正确
B. 错误