摘要: 一.单选题(共22题,100.0分) 1 已知int i=5,下列do-while循环语句的循环次数是 do{ cout<<i - -<<endl; i - -; }while(i!=0); A、 0 B、 1 C、 5 D、 无限 正确答案: D 我的答案:D得分: 4.5分 2 命题“10<m< 阅读全文
posted @ 2020-03-13 11:53 IT龚哞哞 阅读(880) 评论(0) 推荐(0)