判断题
下面的代码打印值1到10n=1;while(n<10)System.out.println(n++);
错误
判断题 break语句在switch结构中的default情况中是必须的。
判断题 default在switch选择结构中是必须的。
单项选择题 现有一整型数组a[4],它的所有数组元素是()