Problem
As with any array, we can refer to elements of the array using an index. For example, my data.public info[4] refers to the fifth character in the array, and my data.public info[19] refers to the very last character in the array. If 19 is the very last character in the array, what would my data.public info[20] refer to?