What does it mean when the program says "ArrayIndexOutofBoundsException"

i changed a couple of numbers in my sketch and now it just says "ArrayIndexOutofBoundsException" followed by the numner 2 or 3, the line its saying is out of bounds is void setFlag(){ for (int i=0;i<4;i++){ for (int j=0;j<4;j++){ flag[i][j]=60;

i know that this isn't that helpful if you don't know the entire code but i just don't know what numbers to change

Answers

Sign In or Register to comment.