【简答题】听对话,选答案。 ( ) 1. A. The weather ( ) 2. A. No, he isn't. ( ) 3. A. Yes, he is. ( ) 4. A. He failed the test. ( ) 5. A. Drink milk. B. The food B. Yes, he is. B. No, he isn't. B. He i...
【单选题】下面程序输出的结果是 #include<iostream.h> void main( ) { int i; int a[3][3]={1,2,3,4,5,6,7,8,9}; for(i=0;i<3;i++) cout<<a[i][i]<<' ';}
【单选题】( ) 4. ---Can Mike play the guitar? ---No, he can’t. But he ______ .
【判断题】市场形势发生变化,不会引起产品生命周期的变化。
【单选题】( ) 4. —Can Li Ming play the guitar? —No , he can't. But he ________.
A.
. can't play the guitar
【单选题】细菌致病性的强弱程度,可用_______表示
【判断题】电线短路失火,立即用水灭火,减少财产损失。
【单选题】下面程序输出的结果是 #include<iostream.h> void main( ) { inti int a[3] [3] ={1,2,3,4,5,6,7,8,91 for(i=0i<3i++) cout < < a[2-i] [i] < < ' ' }
【单选题】下面程序输出的结果是( )。 #include<iostream> using namespace std; void main() { char ch[][8]={'good','better','best'}; for(int i=1;i<3;++i) { cout<<ch[i]<<endl; } }