摘要:
更多来自:http://imcc.blogbus.com 4.3.4 对循环进行控制:break与continue // 大款的收支统计程序 int nTotal = 0; int nInput = 0; do { cout<< "请输入你的收入或支出:"; cin>>nInput; if( 1000< nInput ) // 毛毛雨啊,就不用统计了 continue; nTotal += nI... 阅读全文
posted @ 2011-07-20 11:45
陈良乔
阅读(437)
评论(1)
推荐(1)

浙公网安备 33010602011771号