我国《文物保护法》规定,中华人民共和国境内地下、内水和领海中遗存的一切文物,属于( )。
A.国家所有
B.集体所有
C.个人所有
D.企业所有
参考答案:A
患者教育应包括卫生知识宣传教育、心理卫生教育以及下列哪项内容()
A.合理用药
B.健康相关行为
C.疾病预防
D.疾病防治
E.健康观念
下面程序段的输出结果是( )。 public class Test tpublic static void main(String[] args) int x=0; for (int i=1;i<=4;i++) x=4;for(int j=1;j<=3; j++) x=3; for(int k=1; k<=2; k++) x=x+6; System. out. println (x);
A.36
B.48
C.144
D.15