王老师:19139051760(拨打)复制微信 题目 更新时间:2023/4/3 有如下程序段:int total = 0;for ( int i = 0; i < 4; i++ ){ if ( i == 1) continue; if ( i == 2) break; total += i; } 则执行完该程序段后total的值为:( ) 答案 登录 注册 正确答案为: 0 出自:石家庄铁道大学 >> 石家庄铁道大学面向对象程序设计 石家庄铁道大学继续教育学院