A. int[]a,b[];是声明了1个int型一维数组a和1个int型二维数组b B. float a[20];是正确的数组声明 C. boolean yes=false;是正确的boolean变量声明 D. 1e2和2.05E2都是double型常量
A. 对 B. 错