Yik Yak icon
Join communities on Yik Yak Download
i’m tryna create a class in her package 😔
upvote 24 downvote

default user profile icon
Anonymous 10w

She: for(int i; i <= arr.length; i++) On my: int[] arr; Till I: Exception in thread “main” java.lang.IndexOutOfBoundsException: Index 5 out of bounds for length 3 at java.base/java.util.ArrayList.rangeCheck(ArrayList.java:657) at java.base/java.util.ArrayList.get (ArrayList.java:433)

upvote 18 downvote
default user profile icon
Anonymous replying to -> #1 10w

This one’s really good

upvote 3 downvote
default user profile icon
Anonymous replying to -> #2 10w

Thanks I sat in this thread for like 10 minutes making sure it was right

upvote 2 downvote
default user profile icon
Anonymous replying to -> #1 8w

++i (for some reason this will make it faster)

upvote 2 downvote