Miss Li often _____ the children stories.[ ]
A. speaks
B. talks
C. tells
D. says
答案:C
下列关于太阳活动的叙述,正确的是[ ]
A.在黑子数目最多的地方和时期,耀斑等其他形式的太阳活动就很少出现
B.太阳黑子的多少和大小,可以作为太阳活动强弱的标志
C.太阳黑子多少的周期变化大约为11年,耀斑多少的变化周期大约分若干分钟
D.太阳大气层从里向外分为光球、 * * 和日冕三层,黑子和耀斑就出现在光球层
类Test定义如下,将下列哪个方法插入行③处是不合法的 ① public class Test { ② public float Method(float a,float b) { } ③ ④ }
A.public float Method(float a,float b,float c) { }
B.public float Method(float c,float d){ }
C.public int Method(int a,int b){ }
D.private float Method(int a,int b,int c){ }