A34509. 下面C++代码用于统计每种字符出现的次数,当输出为3时,横线上不能填入的代码是( )。string str ="GESP is a good programming test !"; int x =0; for(int i=0;i<str.length();i++){ if(____________){ x++; } }
单选题
中等
知识点
题目描述
下面C++代码用于统计每种字符出现的次数,当输出为3时,横线上不能填入的代码是( )。
string str ="GESP is a good programming test !";
int x =0;
for(int i=0;i<str.length();i++){
if(____________){
x++;
}
}选项(单选)
答案解析
详细答案解析为会员权益,按每日次数查看。
开通 / 升级会员
上一题
下一题