题目内容
读程序,写出运行结果。#include main( ){ int a=1,b=0;scanf("%d",&a);switch(a){case 1: b=1;printf("b=%d ,", b);case 2: b=2;printf("b=%d ,", b);case 3: b=3;printf("b=%d ,", b);break;default : b=10;printf("b=%d ,", b); }}若键盘输入2,运运行结果为:_________________
查看答案
搜索结果不匹配?点我反馈
更多问题