6-4练习题
int[] score=new score[] {1,2,3,4};
//这个写法等价于
int score[]=new score[]{1,2,3,4};
//的吗?那是不是// int[] score=new []score{1,2,3,4};//这样写也可以?
//又或者int score[]=new[] score{1,2,3,4};//这样写也可以?
int[] score=new score[] {1,2,3,4};
//这个写法等价于
int score[]=new score[]{1,2,3,4};
//的吗?那是不是// int[] score=new []score{1,2,3,4};//这样写也可以?
//又或者int score[]=new[] score{1,2,3,4};//这样写也可以?
2015-12-09
举报