A.a[10] B.a[0] C.a[3/1.0] D.a[3.4]
A.參數(shù)個(gè)數(shù) B.參數(shù)類(lèi)型 C.返回值類(lèi)型 D.參數(shù)順序
A.public float sort(float x) B.int sort(int y) C.double sort(int x,int y) D.void sort(double y)