Simple case Explanation - you are trying to access such an address for which you
haven't declared your variable, to find all such errors revisit all your
conditions and check if you are accessing something out of bounds
or not.
Possible case: you looped through an array and you named an index out
of range. Try turning a 0 to 1 or an n to n-1 in your loop.