题目内容
读程序题,写出下列程序的运行结果#include void main(){int k=5,n=0;do{switch(k){case 1: case 3: n+=1;k--;break;default: n=0;k--;case 2: case 4: n+=2;k--;break;}printf("%d",n);}while(k>0&&n<5);}
查看答案
搜索结果不匹配?点我反馈
更多问题