麻痹性痴呆有诊断意义的体征是()
A.腱反射减弱
B.阿—罗氏瞳孔
C.腱反射亢进
D.癫痫发作
E.颈项强直
参考答案:B
现一组数:25,27,29,30,32,34。其中位数的值是()
A.29
B.29.5
C.30
下列程序段的输出结果为【 】。int a=2;switch(a) { case 2:System.out.print("Value is 2."); case 3 :System.out.println("Value is 3.");break;default:System.out.prinfln("end");break; }