问题详情

下面赋值语句中,哪个选项不正确()。


A、float f=11.1;

B、double d=5.3E12;

C、double d=3.14D;

D、Object a=new String("abc");

时间:2021-07-17 18:46 关键词:

答案解析

A