微信搜索关注"91考试网"公众号,领30元,获取公务员、事业编、教师等考试资料40G!
,a);B.thi(Pero(,a));C.thi(,a);D.thi(ame,age); 参考答案: C ----------------------------------------34、程序设计中用得最多的语句是( )。 A.循环语句B.witch语句C.Cotiue语句D.retur语句 参考答案: A ----------------------------------------35、 给出下列的程序片段,m为( )时将会输出default。 switch (m) case 0:Systemt.out.println(case 0); case 1: System.out.println(case 1);break; case 2:System.out.println(case2);break; default:System.out.println(default); A.0B.1C.2 2D.3 参考答案: D