两位数乘两位数的积最多是四位数______.(判断对错)
最大的两个两位数相乘:
99×99=9801,积是4位数.
所以:两位数乘两位数的积最多是四位数是正确的.
故答案为:√.
下列程序的输出结果是______。 #include<iostream> using namespace std; class Test { public: Test() { cnt++;} ~Test() {cnt--;} static int Count() {return cnt;} private: static int cnt; }; int Test::cnt=0; int main() { cout<<Test::Count()<<’’; Test t1,t2; Test*oT3=new Test; Test*pT4=new Test; cout<<Test::Count()<<’’; delete pT4; delete pT3; cout<<Test::Count()<<endl; return 0; }
弱智儿童家庭教育的注意事项()。
A.要给孩子真正的爱
B.要给孩子锻炼的机会
C.要多给孩子鼓励
D.要营造良好的家庭环境