15. 在 Java 語言中,下列何者為有效的 float 宣告? (A)float x=10.2D; (B)float x=3.5X; (C)float x=25L; (D)float x=-128;。