Index 97 out of bounds fo length

Index 97 out of bounds fo length

char ch[]={'a','b','c','A','B','a','A'};

int count=0;

//循环遍历数组,统计字符’a’或’A’出现的次数

for(int n:ch) {

if(ch[n]=='a'|ch[n]=='A')

count+=1;

}


正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

2回答
提问者 duanmingze 2019-03-07 13:24:27

n已经为数组元素了,ch[n]错误的表达,应该为n=='a'|n=='A'

提问者 duanmingze 2019-03-07 13:20:13

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 97 out of bounds for length 7

at com.test.ArrayDemo2.main(ArrayDemo2.java:10)


问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师