管理学在其内容上与其他许多学科有交叉,比如()。
A.经济学
B.社会学
C.心理学
D.统计学
E.系统学
参考答案:A, B, C, D, E
Go to the library. ________ a book.[ ]
A. Read
B. read
C. Listen
D. Write
有以下程序: #include<stdio.h> main() {int c; while((c=getchar())!=’\n’) {switch(c-’3’) {case 0: case 1:putchar(c+4); case 2:putchar(c+4);break; case 3:putchar(c+3); case 4:putchar(c+3);break; }} printf("\n");} 从第一列开始输入数据(<CR>代表…个回车符):3845<CR>,则狴序输出结果为( )。
A.77889
B.77868
C.776810
D.77886610