单项选择题
A.a[10] B.a[0] C.a[3/1.0] D.a[3.4]
A.参数个数 B.参数类型 C.返回值类型 D.参数顺序
A.public float sort(float x) B.int sort(int y) C.double sort(int x,int y) D.void sort(double y)