网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

下列合法的声明语句是( )。

A.int abc=50;

B.double int=3+5e2.5;

C.long do=1L;

D.float 3 asd=3e一3;


参考答案

更多 “ 下列合法的声明语句是( )。A.int abc=50;B.double int=3+5e2.5;C.long do=1L;D.float 3 asd=3e一3; ” 相关考题
考题 下列合法的声明语句是( )。A.int_abc=50;B.double int=3+5e2.5C.long do=1L;D.float 3_asd=3e-3;

考题 下列合法的声明语句是( )。A.int_abc=50;B.double int=3+5e2.5;C.long do=1L;D.float 3_asd=3e-3;

考题 下列合法的声明语句是( )。A.int_abc=50;B.doubleint=3+5e2.5;C.longdo=1L;D.float3_asd=3e-3;

考题 下列合法的声明语句是( )。A.int_abc=50;B.double int=3+5e2.5;C.long do=1L:D.float 3_asd=3e-3;

考题 下列合法的声明语句是( )。A.int_abc=50;B.double int=3+5e2.5;C.long do=1L;D.float 3_asd=3e-3:

考题 下面哪一个不是合法的数组声明和构造语句()A.int[] a=[100];B.int a=new int[100];C.int[] a=new int[100];D.int() a=new int[100];

考题 下面为合法的数组声明和构造语句的是_______。A.int[] ages = [100];B.int ages = new int[100];C.int[] ages = new int[100];D.int() ages = new int(100);

考题 下面合法的数组声明和构造语句是()A.int[] ages = [100]B.int ages = new int[100]C.int[] ages = new int[100]D.int() ages = new int(100)

考题 8、下面合法的数组声明和构造语句是()。A.int[] ages = [100]B.int ages = new int[100]C.int[] ages = new int[100]D.int() ages = new int(100)