It says that in my array that I have gone over the index. My program is a Number Guessing game played by 5 players (5 indexes). I have used arrays to create the object and p
It means that you are trying to access an item in an array with an index higher than the limit of the array.