填空题

若有定义:int i=10;则执行下列程序后,变量i的正确输出结果是______。 switch(i) {case 9:i+=1; case 10:i+=1; case 11:i+=1; default:i+=1;}

【参考答案】

M
热门 试题