[单项选择题] 给出下列代码段:public class ex38{ public static void main (String args [ ] ) { int m; switch(m) { case 0: System.out.println ( "case 0" ); case 1:System.out.println("case 1");break; case 2: default: System.out.print in ("default") } }下列m的______值将引起"default"的输出。
A.0
B.1
C.2
D.以上答案都不正确
正确答案:C


![[单项选择题] 给出下列代码段:public class ex38{ public static void main (String args [ ] ) { int m; switch( [单项选择题] 给出下列代码段:public class ex38{ public static void main (String args [ ] ) { int m; switch(](http://www.mshxw.com/aiimages/31/480707.png)
