多项选择题

下列选项中,能有效地描述浮点数的有()。

A.Float foo = -1;
B.Float foo = 1.0;
C.Float foo = 42e1;
D.Float foo = 2.02f;
E.Float foo = 3.03d;
F.Float foo = 0x0123;